Posts
Sort by recent activity
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, ...
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...