If you want to extract "xyz" table from "example.sql" dumpfile, the below statement can extract the desired table.
sed -n '/^CREATE TABLE `xyz`/,/^-- Table structure for table ` `/p' example.sql > xyz.sql 2>error &
MySQL 9.7.0 PGO Benchmark Analysis
11 hours ago
No comments:
Post a Comment