Hi, All!

  I have some sql statement (for example Select col1, col2... from
  some_table left join some_table_2 on...
  where <some condition>...)
  and I want get information about this statement -- column's list, where
  clause, table's list etc in some structure (parse tree).

  I know about sqlite grammar file (parse.y) and lemon.c but I don't
  understand how I can use it for my problem.

--
Stark


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to