|
SOLUTIONS
|
DATABASELINK SYMBOL
SQLUpdate
SQLUpdate[conn, table, cols, data]
updates data in a table in an SQL connection.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (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]:= |
Create a table and insert some data:
| In[3]:= |
| In[4]:= |
| In[5]:= |
| Out[5]= |
| In[6]:= |
| Out[6]= |
| In[7]:= |
| Out[7]= |
| In[8]:= |
| In[9]:= |
| Out[9]= |
Update only data matching a condition:
| In[10]:= |
| Out[10]= |
| In[11]:= |
| Out[11]= |
| In[12]:= |
| In[13]:= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

