Posts
Sort by recent activity
SQL Prompt Snippet produces different output when selecting with Mouse vs ENTER key
Problem:
Here is the original snippet code:
SELECT top 10 * from $CURSOR$ order by desc
When i select the snippet using the mouse i get this (this is correct):
SELECT top 10 * from order by de...