Created
March 19, 2013 23:50
-
-
Save ghl3/5201220 to your computer and use it in GitHub Desktop.
Get set of keys from an hstore
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
| SELECT DISTINCT k FROM (SELECT skeys(our_database) as k FROM risk_profile) as dt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment