|
|
|||
|
|
| "Distinct" | False | whether to return only distinct results | |
| "GetAsStrings" | False | whether to return the results as strings | |
| "MaxRows" | Automatic | the maximum number of rows to return | |
| "ShowColumnHeadings" | False | whether to return headings with the results | |
| "SortingColumns" | None | how to sort the data | |
| "Timeout" | None | the timeout for the query |
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.
Select all data from a table:
Select only certain columns:
Join data from multiple tables:
Select data matching a condition:
Select data matching a pattern:
Select data matching a list:
| |||||||||||||||||||||||||||||||||||
| © 2013 Wolfram Research, Inc. |