How can we help you today? How can we help you today?
GregDodd
SQL Prompt changes alias in order by clause
I'm not sure if this is the right place to report a bug, but I'm seeing SQL Prompt (version 9.4.14.8687) change the table alias in an order by clause (doesn't affect the column list in the select, ...
2 followers 3 comments 0 votes
SQL Prompt Wrongly Alias'ing order by clause
When you have a table joined to itself and you alias the 2nd table but not the first, SQL Prompt formats the order by clause to use the Aliased tablename, overwriting the chosen filename.e.g.:SELEC...
3 followers 4 comments 0 votes