~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/show.rst

edits

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SHOW
2
2
=====
3
3
 
4
 
All SHOW commands are shorthand forms of queries on the INFORMATION_SCHEMA
5
 
and/or DATA_DICTIONARY. More data can be
6
 
gained by exeucting queries directly on the tables found either the
7
 
DATA_DICTIONARY or the INFORMATION_SCHEMA.
 
4
All SHOW commands are shorthand forms of queries on the INFORMATION_SCHEMA and/or DATA_DICTIONARY. More data can be gained by executing queries directly on the tables found either the DATA_DICTIONARY or the INFORMATION_SCHEMA.
8
5
 
9
6
SHOW SCHEMAS
10
7
------------