Is there an SQLite equivalent to MySQL's DESCRIBE [table]? -


i'm getting started learning sqlite. nice able see details table, mysql's describe [table]. pragma table_info [table] isn't enough, has basic information (for example, doesn't show if column field of sort or not). sqlite have way this?

the sqlite command line utility has .schema tablename command shows create statements.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -