2012-07-08 58 views

回答

1

以下SQL有什麼問題?

select name from sqlite_master where type = 'table' and name <> 'sqlite_sequence' 
相關問題