|
The escape sequence for date, time, and timestamp literals is:
where literal-type is one of the following:
|
literal-type
|
Description
|
Value Format
|
|---|---|---|
|
d
|
Date
|
yyyy-mm-dd
|
|
t
|
Time
|
hh:mm:ss [1]
|
|
ts
|
Timestamp
|
yyyy-mm-dd hh:mm:ss[.f...]
|
Example:
|
Chapter contents
Prev topic: SQL Escape Sequences for .NET
|