SQL Server 7.0 allows field and table names to contain spaces or other characters that violate valid identifier rules. These table or field names should be enclosed in “[” “]” when used in SQL expression or queries. If the quoted identifier is set to “ON”, double quotation marks can also be used to enclose these identifiers. For instance, here are some valid examples of SQL queries:
Select * from [Table with spaces]OrSet quoted identifier onSelect * from "Table with spaces"
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























