Lloyd <[EMAIL PROTECTED]> wrote:
Hi List, In SQLite, to see the table structure which command can I use? (as in Oracle's desc <table name> )
You can use "select * from sqlite_master;" and there is specific information available by the pragma command: http://sqlite.org/pragma.html d ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------