~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/queries.rst

adding tungsten doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
        SELECT * FROM table_name;
12
12
 
13
 
SELECT * FROM is an example of using SELECT with :doc:`/clauses`. The select clause specifies the columns you want to retrieve. The from clause specifies the tables to search. 
 
13
SELECT * FROM is an example of using SELECT with clauses. The select clause specifies the columns you want to retrieve. The from clause specifies the tables to search. 
14
14
 
15
15
Keywords and clauses include:
16
16