add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
create table [4you] ([4me] varchar(10))
insert into [4you] values ('blah')
1 rows affected
select [4me] from "4you"
4me
blah
select 4me from 4you
Msg 102 Level 15 State 1 Line 1
Incorrect syntax near '4'.
select '4me' from "4you"
(No column name)
4me