Difference between revisions of "Help:Sandbox"
From SDU
| Line 22: | Line 22: | ||
<TopTenPages>10</TopTenPages> | <TopTenPages>10</TopTenPages> | ||
[[Special:Popularpages|more...]] | [[Special:Popularpages|more...]] | ||
| + | |||
| + | |||
| + | ==Newest Pages== | ||
| + | {{Special:NewestPages/-/10}} | ||
| + | [[Special:NewestPages|more...]] | ||
Revision as of 05:49, 24 January 2008
Feel free to try out the wiki syntax in this page.
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> more...