I need to export a table from phpmyadmin to a comma delimited text file. I think there is code, but he cannot find it. I found one, but it does not work.
I need to export this table because I need to sort and sort it and add another column to add data to this column.
How can i do this?
PHPAdmin, , "". , (), , . CSV,.zip,.gzip ..
"". . CSV .
:
SELECT * FROM `table_name` INTO OUTFILE 'directory' ->e.g /tmp/myTable.csv(Linux) or C:\myTable.csv(Windows) FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n'
, . , :
Go to View or write your SQL question In the bottom of the view-page you will have a Export link. If you click on that you will now export the question (and its order) in any format you chose
Source: https://habr.com/ru/post/1723977/More articles:C # - event design considerations - c #circular set of elements in jquery - jqueryUsing a hash function to create an unforgettable personality for objects - pythonWhy do Postgres refuse to start the service? - windowsGREP: how to look up a value but eliminate some matches at the same time - regexHow to use the interface as a map key - javaIs 100 billion records a day at Oracle a problem? - oracleHow to get the arch string that distutils uses to build? - pythonExport custom Sharepoint list options - sharepointPHP script stops processing warning error? - phpAll Articles