A
Andrew
How can I format the SQL I write in SQL View. That is, how can I preserve
the indenting and carriage returns I use to make long code easy to read.
Sometimes it is preserved -- the SQL for union queries for example always
retains the formatting I use to type them. But all others, it seems, revert
to a single continuous wrapping line for each clause of the query. This
makes a FROM clause with many outer joins impossible to read.
Thanks.
the indenting and carriage returns I use to make long code easy to read.
Sometimes it is preserved -- the SQL for union queries for example always
retains the formatting I use to type them. But all others, it seems, revert
to a single continuous wrapping line for each clause of the query. This
makes a FROM clause with many outer joins impossible to read.
Thanks.