On Tue, Jun 14, 2011 at 1:58 PM, Alexey Pechnikov <[email protected]> wrote: > As example, we have view: > > create view vtest as select name1 || ' ' || name2 as name from test; > > How to get the definition of "name" field (will be "name1 || ' ' || > name2")? Of cource, the view can be more complex.
Take Lemon and the parse.y file from SQLite3, and build a parser that does what you want? Nico -- _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

