Marc Pitoniak wrote:

To get the schema of a table T from A I've tried "PRAGMA table_info('A.T') "
among other things without any success.



PRAGMA A.table_info(T);

--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to