You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a sql query in an odbc command that contains a stata macro. It seems that the sql language highlighter is getting hung up on the backtick and treating everything after the backtick until the end of the file as a string.
Example: odbc load, exec("select `audit_vars' from audit_audit_comp.auditfees") dsn("wrds_pgdata-64") clear
Everything from audit_vars onwards, until the end of the file, is highlighted as a string.
The text was updated successfully, but these errors were encountered:
I have a sql query in an odbc command that contains a stata macro. It seems that the sql language highlighter is getting hung up on the backtick and treating everything after the backtick until the end of the file as a string.
Example:
odbc load, exec("select `audit_vars' from audit_audit_comp.auditfees") dsn("wrds_pgdata-64") clear
Everything from
audit_vars
onwards, until the end of the file, is highlighted as a string.The text was updated successfully, but these errors were encountered: