Closed shubham-cpp closed 3 years ago
I dont know if this feature exists or not and its not mentioned in the docs as well but how can I get mycli to auto-complete ',(,etc.
Eg:
insert into students(roll_no,fname,lname) values (1001,'
Now this should automatically enter
insert into students(roll_no,fname,lname) values (1001,'')
Correct, we don't have this feature.
No issue, I could just edit the query with editor using \e as mention here
\e
I dont know if this feature exists or not and its not mentioned in the docs as well but how can I get mycli to auto-complete ',(,etc.
Eg:
Now this should automatically enter