Tuesday, September 9, 2014

" works like [ in sql server

create table xxxxxx ("x x" int)
insert into xxxxxx values (456)
select [x x] from xxxxxx

select "x x" from xxxxxx

No comments:

Post a Comment