Difference between revisions of "Help:Sandbox"

From SDU
Jump to: navigation, search
m (Reverted edits by Agegeleruvy (Talk); changed back to last version by FrankTR)
 
(69 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Feel free to try out the wiki syntax in this page.<br>
+
<ipbwiki_topiclist forumid=4,5 count=5 />
<!-- test your skills below this line -->
+
 
+
 
+
 
+
 
+
Here is the query you would use to retrieve all Service Desk contacts with the last name "Smith" :
+
<source lang="sql">
+
SELECT *
+
FROM ca_contact
+
WHERE last_name = 'Smith'
+
</source>
+
 
+
<source lang="sql" line>
+
SELECT *
+
FROM ca_contact
+
WHERE last_name = 'Smith'
+
</source>
+
 
+
 
+
==Top Ten Pages==
+
<TopTenPages>10</TopTenPages>
+
[[Special:Popularpages|more...]]
+

Latest revision as of 05:21, 30 November 2010

<ipbwiki_topiclist forumid=4,5 count=5 />