Alignment of FROM table
davidsumlin
Posts: 8 New member
in SQL Prompt
What setting do I need to change to configure the alignment of the table in the FROM statement? I would like it to say:
FROM table1 t1 (space between FROM and table1)
FROM table1 t1 (space between FROM and table1)
SELECT t1.field1, t1.field2, t2.field3 FROM table1 t1 LEFT JOIN table2 t2 ON t1.id = t2.id WHERE t1.field1 = 'something' AND t2.field2 != 'else';
Tagged:
Answers
in order to align the table to the field list you have to set the "Align items to the tabs stops", under Lists, to true:
CTO @ Engage IT Services s.r.l.
Database Administrator and Team Leader
Microsoft MVP - Data Platform
Staff member of getlatestversion.it community
personal website | blog