What will be the query format to export database table data into different
export format (CSV,HTML,XML,SQL) ?


This is not an SQL function.

Do you need it exported to some format once, or do you need this often (such as 
providing it as a standard functionality to users?)

If you need it once, simply download one of the SQLite DB Managers that offers exporting. If you need it often, I'm afraid you will need to make the converters yourself or use some third-party plug-ins that can do it for the platform you are designing on.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to