query column without alias

stef

Member³
Hi

Thought following intellisense would work with Version 12.06.1835

eg.
have OrderTable with OrderId; OrderName....

select
from OrderTable
where o Pressing F6 no columns shown

is this correct??

 
That is indeed correct, but you need to enable the "Include columns from DML statements" option from Preferences > User Interface / Code Assistant.
 
Back
Top