On Jan 6, 2007, at 2:07 PM, Carl Karsten wrote: >> INFORMATION_SCHEMA does exist in some database systems. > > Please give an example.
[EMAIL PROTECTED] ~/projects/ide]$ sqlite3 test.db SQLite version 3.3.5 Enter ".help" for instructions sqlite> select count(*) from INFORMATION_SCHEMA.COLUMNS; SQL error: no such table: INFORMATION_SCHEMA.COLUMNS -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
