SQL Server database table name

Source: Internet
Author: User

Today I encountered a depressing problem about the database table name.

The table name of the SQL Server database can start with a number, but the table name cannot be directly written during query, as shown below:

Select *

Form into tablename

An error is reported during execution. However, you can add brackets to the table name, as shown below:

Select *

From [using tablename]

When developing with DataSet in VS, an SQL statement is automatically generated, but some of the generated SQL statements are enclosed by square brackets, but some are not added,

During program execution, the correctness of the statement cannot be determined, and errors cannot be easily found during debugging.

Therefore, we must standardize the process of writing SQL statements in the future. It is best not to start the table name with a number.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.