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
happens when querying a mysql table with a uppercase name ,and mysql server is case sensitive
query like this: select * from mysql.test."MY_TEST"
the presto server returns this: Table 'mysql.test.my_test' does not exist
The text was updated successfully, but these errors were encountered:
happens when querying a mysql table with a uppercase name ,and mysql server is case sensitive
query like this: select * from mysql.test."MY_TEST"
the presto server returns this: Table 'mysql.test.my_test' does not exist
The text was updated successfully, but these errors were encountered: