Bug #46713 | Ability to change column separator in batch mode | ||
---|---|---|---|
Submitted: | 14 Aug 2009 9:25 | Modified: | 14 Aug 2009 10:26 |
Reporter: | Markus Drexelius | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S4 (Feature request) |
Version: | 4.1, 5.0, 5.1, 5.4, 6.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Aug 2009 9:25]
Markus Drexelius
[14 Aug 2009 10:26]
Susanne Ebrecht
Many thanks for writing a feature request. This is a duplicate of bug #8904.
[19 Jan 2012 18:32]
Mauro Dionisi
I solved this issue on linux with following: $ mysql --batch -e "select * from tmptbl" | sed 's/\t/|/g' The output has "|" instead of <TAB> chars as field separators.