Posts
Sort by recent activity
WHERE alignment
What setting do I need to change to configure the WHERE clause so that the first statement is on the same line as WHERE and AND is left aligned with WHERE?
Here's what I have:
SELECT
t1.field1,
t...
Alignment of FROM table
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)SELECT
t1.field1,
t1.field2...
Possible to compare different schemas?
Is it possible to compare objects from different schemas? Here's my scenario.
I have two different schemas with the same tables/views that I'd like to compare. Is there a way to do that?
Method failed with unexpected error code 50
This is what is causing my problem:
Brand new installation. Licensed.
Add Script, and as soon as I do, the above error shows up in the script window, and the script Name has a red x next to it and ...