~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
Executing Queries
=================

To return from values from Drizzled you most commonly use the SELECT
command. An example of this would be:

SELECT * FROM table_1;