From 77679bd8ee137b19693745fc57bbce7b47becd6f Mon Sep 17 00:00:00 2001 From: divaldo Date: Thu, 11 Oct 2018 20:50:57 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70af62c..b0cc446 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,9 @@ make * Columns enclosed with nothing * Columns escaped with nothing * The query order: ch_id, time_sec, time_ns, peak_amp -* Ascending by time_sec and time_ns \ No newline at end of file +* Ascending by time_sec and time_ns + +Use this query: +``` +SELECT ch_id, time_sec, time_ns, peak_amp FROM adatok.fb55 ORDER BY time_sec ASC, time_ns ASC INTO OUTFILE '/tmp/fb55_exp.csv' FIELDS TERMINATED BY ' ' ENCLOSED BY '' LINES TERMINATED BY '\n'; +``` \ No newline at end of file