Activity overview
Latest activity by LarryBoynton
I am trying to setup my style using 10.0.6 and can't seem to get the AND to line up with the WHERE. What setting would I use to get the following: SELECT * FROM table AS t WHERE t.col1=1 AND t.col2=2; I had it before, but had to rebuild my machine and lost my old style. / comments
I am trying to setup my style using 10.0.6 and can't seem to get the AND to line up with the WHERE. What setting would I use to get the following:SELECT *FROM table AS tWHERE t.col1=1AND t.col2=2;...