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
When debugging an issue like SQLParseException[line 94:10: mismatched input '(' expecting {'FROM', 'WHERE', 'GROUP', 'ORDER', 'HAVING', 'LIMIT', 'OFFSET', 'FETCH', 'WINDOW', 'UNION', ',', ')'}] it would be super helpful to have line numbers in the left-hand margin of the console.
The text was updated successfully, but these errors were encountered:
When debugging an issue like
SQLParseException[line 94:10: mismatched input '(' expecting {'FROM', 'WHERE', 'GROUP', 'ORDER', 'HAVING', 'LIMIT', 'OFFSET', 'FETCH', 'WINDOW', 'UNION', ',', ')'}]
it would be super helpful to have line numbers in the left-hand margin of the console.The text was updated successfully, but these errors were encountered: