Skip to content

Instantly share code, notes, and snippets.

@liuxd
Last active December 4, 2019 22:23
Show Gist options
  • Select an option

  • Save liuxd/714b35bb134a42356579cbaadec9cc22 to your computer and use it in GitHub Desktop.

Select an option

Save liuxd/714b35bb134a42356579cbaadec9cc22 to your computer and use it in GitHub Desktop.
[Get a column list of a table in SQLite] #sqlite
PRAGMA table_info(tablename);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment