What is the difference between square brackets and single quotes for aliasing in SQL Server?

后端 未结 4 2140
花落未央
花落未央 2020-12-28 15:15

I have seen some people alias column names using single quotes eg:

select orderID \'Order No\' from orders

and others use square brackets e

4条回答
提交回复
热议问题