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
mycli> USE db1
mycli>SELECT*FROMdb1.tb1 t1 JOINdb2.tb2 t2 ON t1.<cursor_1>= t2.<cursor_2>
cursor_1 can auto complete, but cursor_2 nothing shows.
mycli>SELECT*FROM<cursor_3>
cursor_3 doesn't show anything about my databases, mycli just show the table name from my connection( mycli mysql://user:[email protected]:3306/db_dev)
The text was updated successfully, but these errors were encountered:
cursor_1 can auto complete, but cursor_2 nothing shows.
cursor_3 doesn't show anything about my databases, mycli just show the table name from my connection( mycli mysql://user:[email protected]:3306/db_dev)
The text was updated successfully, but these errors were encountered: