DatabaseLink SQL Operations >

SQLDelete

SQLDelete
deletes the data in a table in an SQL connection.
SQLDelete
deletes data that matches cond.
  • Use this function with caution, as you can lose data permanently!
  • Returns an integer specifying the number of rows affected by the query.
  • The following option can be given:
"Timeout"Nonethe timeout for the query
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 .
Delete all the data in a table:
Delete data matching a condition:
In[1]:=
Click for copyable input
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]:=
Click for copyable input
In[3]:=
Click for copyable input
In[4]:=
Click for copyable input
Delete all the data in a table:
In[5]:=
Click for copyable input
Out[5]=
In[6]:=
Click for copyable input
Out[6]=
Delete data matching a condition:
In[7]:=
Click for copyable input
In[8]:=
Click for copyable input
Out[8]=
In[9]:=
Click for copyable input
Out[9]=
In[10]:=
Click for copyable input
In[11]:=
Click for copyable input
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team