The form of the Select statement supported by the flat-file drivers is:
SELECT [DISTINCT] {* | column_expression, ...} FROM table_names [table_alias] ... [ WHERE expr1rel_operatorexpr2 ] [ GROUP BY {column_expression, ...} ] [ HAVING expr1rel_operatorexpr2 ] [ UNION [ALL] (SELECT...) ] [ ORDER BY {sort_expression [DESC | ASC]}, ... ] [ FOR UPDATE [OF {column_expression, ...}] ]