froehlich 01/11/11 05:25:21 Modified: apps/db/src/xdocs/lxsqlsamples select01.txt Log: syntax description for a <simple-select> Revision Changes Path 1.3 +12 -2 jakarta-avalon-cornerstone/apps/db/src/xdocs/lxsqlsamples/select01.txt Index: select01.txt =================================================================== RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/src/xdocs/lxsqlsamples/select01.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- select01.txt 2001/11/09 15:30:27 1.2 +++ select01.txt 2001/11/11 13:25:21 1.3 @@ -1,2 +1,12 @@ -<create-table> -</create-table> \ No newline at end of file +<simple-select> + <columns> + <column name="forename"/> + <column name="surename"/> + </columns> + <from> + <table name="flintstones"/> + </from> + <where> + <condition expr="forename = 'Wilma'" /> ? + </where> +</simple-select> \ No newline at end of file
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>