Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/t-sql/data-types/datetime-transact-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Avoid using **datetime** for new work. Instead, use the **time**, **date**, **da

## Supported string literal formats for datetime

The following tables list the supported string literal formats for **datetime**. Except for ODBC, **datetime** string literals are in single quotation marks (`'`), for example, `'string_literaL'`. If the environment isn't `us_english`, the string literals should be in Unicode format `N'string_literaL'`.
The following tables list the supported string literal formats for **datetime**. Except for ODBC, **datetime** string literals are in single quotation marks (`'`), for example, `'string_literal'`. If the environment isn't `us_english`, the string literals should be in Unicode format `N'string_literal'`.

### Numeric format

Expand Down