Last active
December 4, 2019 22:23
-
-
Save liuxd/714b35bb134a42356579cbaadec9cc22 to your computer and use it in GitHub Desktop.
[Get a column list of a table in SQLite] #sqlite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PRAGMA table_info(tablename); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment