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
This first query results in the following errors when linting, while the second one has no problems
#1: Unexpected token. (near "=" at position 58)
#2: Unexpected token. (near "uno" at position 60)
#3: Unexpected token. (near "." at position 63)
#4: Unexpected token. (near "id" at position 64)
SELECT*FROM uno
JOIN dos FORCE INDEX (two_id) ONdos.id=uno.id
SELECT*FROM uno
JOIN dos ONdos.id=uno.id
The text was updated successfully, but these errors were encountered:
BackEndTea
changed the title
FORCE INDEX is not parsed
FORCE INDEX is not parsed correctly
Aug 14, 2023
This first query results in the following errors when linting, while the second one has no problems
The text was updated successfully, but these errors were encountered: