Reputation: 448
I want to export one table from MySQL to a Google sheet. I am working in Java environment and MySQL Workbench. Is there anyway to achieve this?
Suppose I have a table by the name Student
which has following columns:
Student
------------------------------------------------------
ID NAME RollNo.
------------------------------------------------------
1 abc 111
2 xyz 222
3 lmn 333
------------------------------------------------------
I just want to export ID and NAME columns from the above table to a google sheet.
Upvotes: 0
Views: 1162