|
|
||
|
|
| SQLColumnInformation[conn] returns a list of information about the columns in an SQL connection. |
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 information for all columns from tables whose names start with "SA":
Get information for all columns from a particular table:
Here is another way:
Get information for columns whose names begin with "V" from all tables:
Here is another way:
| |||||||||||||||||||||||||||||||||||||||||
| © 2008 Wolfram Research, Inc. |