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
We have a view in the corona-virus repo called current. Running select * from current errors with "Error parsing SQL: syntax error at position 22 near 'current'." but select * from `current` works. Seems like this should also work without backticks
We have a view in the corona-virus repo called
current
. Runningselect * from current
errors with "Error parsing SQL: syntax error at position 22 near 'current'." butselect * from `current`
works. Seems like this should also work without backtickshttps://www.dolthub.com/repositories/dolthub/corona-virus/query/master?name=Current+View&active=Queries
This view is also erroring because it uses
current
without backticks: https://www.dolthub.com/repositories/dolthub/corona-virus/query/master?q=SELECT+*+FROM+%60mortality_rates%60&active=ViewsThe text was updated successfully, but these errors were encountered: