I'm working on an application that will allow me to export various tables, such as the lock table, in several CSV formats: no trouble, Xls: similar, however, SQL requires more than just inserting some ",", I observed that I can export the database directly in SQL using PHPMyAdmin; is there a method to acquire this SQL code directly? I said in java because the program is in java, but it may require something else, which is not a problem.
Anyway, thanks for reading my rambling explanation; have a wonderful day.