I would like to identify the primary keys in a DB table using DatabaseLink commands trying to exclude SQLExecute. It seems like SQLTableInformation or SQLColumnInformation may not show that information.
Asked
Active
Viewed 56 times
2
-
2SQLTablePrimaryKeys? https://reference.wolfram.com/language/DatabaseLink/ref/SQLTablePrimaryKeys.html – Gordon Coale Mar 26 '15 at 22:33
-
Yes, that's what I needed. For some reason it escaped my radar. Thanks! – Ariel Sepulveda Mar 26 '15 at 22:40