From b4f932db6692563d58070eafaf9eb9a782652d1c Mon Sep 17 00:00:00 2001 From: Sergey Khruschak Date: Fri, 30 Jan 2026 16:56:24 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 505883f..6685b2a 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,11 @@ table file1.csv --join file2.csv --on 'id=product_id' table ./test-data/table-format.out --sort "!available,id" ``` +* Convert SELECT output into INSERT statements: +```bash +table select.txt --print 'INSERT INTO table (%{header}) VALUES (%{values(true)});' +``` + * Diff two tables by the 'id' column: ```bash