Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 916 Bytes

File metadata and controls

17 lines (16 loc) · 916 Bytes
title Identifiers Limitations
description Identifiers Limitations
author David-Engel
ms.author v-davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
helpviewer_keywords
ODBC desktop database drivers [ODBC]
desktop database drivers [ODBC]

Identifiers Limitations

If an identifier contains a space or a special symbol, the identifier must be enclosed in back quotes. A valid name is a string of no more than 64 characters, of which the first character must not be a space. Valid names cannot include control characters or the following special characters: ` | # * ? [ ] . ! $ .

Do not use the reserved words listed in the SQL grammar in Appendix C of the ODBC Programmer's Reference (or the shorthand form of these reserved words) as identifiers (that is, table or column names), unless you surround the word in back quotes (`).