You can use the following methods to export the data in TiDB:
- Export data using mysqldump and the
WHEREclause. - Use the MySQL client to export the results of
selectto a file.
You can use the following methods to export the data in TiDB:
WHERE clause.select to a file.