In Adminer, I can export whole tables with the "Export" menu option. When I enter a query, I can export the results as .CSV or .TSV, but not as SQL.
Is there any option to do so? A plugin or a config switch?
Adminer doesn't offer SQL export of a general SQL query because the query may join more tables which would be impossible to export to SQL.
To export a subset of rows in a single table, go to the Select view of this table, filter the results as you wish and check the rows you want to export (or check 'whole result' to export all rows in the result). Then use the Export button under the table.
if you click on export then on that page see there is a radio button named dump
. put no of rows you wanted to pick up and starting record index number. then you will get your expected result
In current version it is possible with Search
- Select column
- Select SQL as mark
- Into value field fill subquery IN (SELECT id FROM ...)
Here is how I did this:
- Go to
Adminer
-> Click onDump
in top left side. Output
-> checksave
radio buttonFormat
-> checkSQL
radio button- Go to below
Export
button - Mark checkboxes of
Tables
(if you want to data then mark checkedData
) - If you want 1 table then mark one checkbox of a table.
- Click on
Export
button.
Here we go :), Coool ;)
来源:https://stackoverflow.com/questions/14705886/how-to-export-part-of-a-table-as-sql-in-adminer