Hi to all,

There is in sqlite a command to run a query build at runtime ?

Our use-case is a list of query build from a sql script and stored in a table.

something like this:

select EXECUTE([field_query]) from table1;

where "table1" is the table and "field1" is the field where the builded query was previous stored.

the queries could be of kind "create ...", "insert ...", "update ...." and so on.

Thx,

Andrea Peri.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to