~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/show.rst

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

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
------------