Have table with SQL statements and these statements may have comments, starting with /* How do I select the part of this statement starting with the last /* ? So if the statement is: select field1 /*comment 1 */ from table1 /*comment 2*/ I would like to get: /*comment 2*/
RBS _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users