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 &
Improve Developer Velocity with Kubernetes Databases
16 hours ago
No comments:
Post a Comment