|
SOLUTIONS
|
DATABASELINK SYMBOL
SQLDateTime
SQLDateTime[datetime]
represents date and time information that can be stored in a database.
DetailsDetails
- To use SQLDateTime, you first need to load DatabaseLink using Needs["DatabaseLink`"].
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]:= |
This creates a table with data types
,
, and
:
| In[3]:= |
This inserts the same data into each column:
| In[4]:= |
This selects the data as stored in the database:
| In[5]:= |
| Out[5]= |
This creates a table with data type
:
| In[6]:= |
| In[7]:= |
| In[8]:= |
| Out[8]= |
| In[9]:= |
| In[10]:= |
| In[11]:= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

