|
|
||
|
|
Needs["DatabaseLink`"] If you find that the examples in this section do not work as shown, you may need to install or restore the example database with the DatabaseExamples` package, as described in Using the Example Databases.
Get {table, column} pairs from tables whose names start with "SA":
Get {table, column} pairs from a particular table:
Here is another way:
Get {table, column} pairs for columns whose names begin with "V" in any table:
Here is another way:
Extract just the column names:
| |||||||||||||||||||||||||||||||||||||
| © 2008 Wolfram Research, Inc. |