Skip to content

Instantly share code, notes, and snippets.

@arkadiusjonczek
Created April 4, 2019 12:38
Show Gist options
  • Save arkadiusjonczek/d7c1d553fe18b5636a6ec22c72f74a52 to your computer and use it in GitHub Desktop.
Save arkadiusjonczek/d7c1d553fe18b5636a6ec22c72f74a52 to your computer and use it in GitHub Desktop.
MySQL Show Primary Keys from Table #tags: MySQL
SHOW KEYS FROM users WHERE Key_name = 'PRIMARY'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment