Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Prompt 3
Join Table Name Qualification
New post
It would be nice if Sql Prompt had an option to not qualify the table names with the owners/schemas on joins.
Something like this...
Select Table1.Column1
From dbo.Table1
Inner Join dbo.Table2 On
Table1.Column2 = Table2.Column2
Oliwa
January 11, 2007 12:44
-
0
+
Add comment
Please
sign in
to leave a comment.
Something like this...
Select Table1.Column1
From dbo.Table1
Inner Join dbo.Table2 On Table1.Column2 = Table2.Column2