Hello,
This is probably a stupid question but I am going to ask it anyway because I
don't know the answer to it. Both SQL Select Statements, below, execute and
retuurn the same results. Why would on put the [ around the table and
column names?
SELECT Customer.FirstN ame FROM Customer
or
SELECT [Customer].[FirstName] FROM [Customer]
Thanks,
Rob Panosh
This is probably a stupid question but I am going to ask it anyway because I
don't know the answer to it. Both SQL Select Statements, below, execute and
retuurn the same results. Why would on put the [ around the table and
column names?
SELECT Customer.FirstN ame FROM Customer
or
SELECT [Customer].[FirstName] FROM [Customer]
Thanks,
Rob Panosh
Comment