2012/2/26 黃楨民 <huangchen...@gmail.com>: > Dear all: > I run sqlite3 In windows shell command environment and make a > connection to database in thw way like 『>sqlite3 dbone.sq3』. > Then, attach database 'dbtwo.sq3' as dbtwo. How could I get schema of detwo > under windows shell command ? > Please help! > Best Regards > tom
SELECT sql FROM dbtwo.sqlite_master WHERE type='table'; -- Kit _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users