Skip to content

Commit 7d92d47

Browse files
authored
Merge pull request #37092 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents be60954 + 9d5a70f commit 7d92d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/data-types/datetime-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Avoid using **datetime** for new work. Instead, use the **time**, **date**, **da
5353

5454
## Supported string literal formats for datetime
5555

56-
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'`.
56+
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'`.
5757

5858
### Numeric format
5959

0 commit comments

Comments
 (0)