|
SOLUTIONS
|
SQLColumns
SQLColumns[conn]
returns the SQLColumn objects for each column in an SQL connection.
更多信息更多信息
- To use SQLColumns, you first need to load DatabaseLink using Needs["DatabaseLink`"].
- The following options can be given:
-
"Catalog" None database catalog to use "Schema" None database schema to use
范例范例打开所有单元关闭所有单元
基本范例 (1)基本范例 (1)
| In[1]:= |
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
package, as described in Using the Example Databases.
| In[2]:= |
| In[3]:= |
Out[3]//Short= | |
![]() | |
Get all columns from tables whose names start with "SA":
| In[4]:= |
| Out[4]= | ![]() |
Get all columns from a particular table:
| In[5]:= |
| Out[5]= | ![]() |
| In[6]:= |
| Out[6]= | ![]() |
Get columns whose names begin with "V" from all tables:
| In[7]:= |
| Out[7]= | ![]() |
| In[8]:= |
| Out[8]= | ![]() |
| In[9]:= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






