Intellisense don't work if '-' present in db name
And another question, is this a normal behavior
1) i typed
select *
from table1
where table1.col1 = 0
2) then i modified select clause
select *,^control+space^
i got a column list (great)
but when i typed
select *,^space^ ^control+space^
it showed a table list
i prefer having only a column list for select clause
And another question, is this a normal behavior
1) i typed
select *
from table1
where table1.col1 = 0
2) then i modified select clause
select *,^control+space^
i got a column list (great)
but when i typed
select *,^space^ ^control+space^
it showed a table list
i prefer having only a column list for select clause