Then writing SQL dropdown lists with column names is clear then i write not correct SQL.
Example:
select t.col1 ,
t.col2
/* if I not put comma then next "t." not have columns in dropdown*/
t.
from table1 t
if I insert t. between previously written columns
t.col1,
t.
t.col2
columns in dropdown not exist.
Make spellchecker disable by settings
13
votes
DmitryK1
shared this idea