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