Artem Yankovskiy <ayankovskiy-/[EMAIL PROTECTED]>
wrote:
I know about DROP TABLE.
I have not knew when compatibility DROP TABLE and
SELECT...
DROP TABLE (select name from sqlite_master where...)
did not work.
Can I build resembling query?
No. You will have to run the select, store table names in memory, then
build and run a separate DROP TABLE query for each table name.
Igor Tandetnik
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------