~drizzle-trunk/drizzle/development

1878.5.4 by Brian Aker
Update documentation.
1
Executing Queries
1900.2.5 by Stewart Smith
fix docs warning: underline/overline too short for queries.rst
2
=================
1878.5.4 by Brian Aker
Update documentation.
3
4
To return from values from Drizzled you most commonly use the SELECT
5
command. An example of this would be:
6
7
SELECT * FROM table_1;
8
9