Not an answer, but sqlline lets you log results to a file. You can probably then view the file using a better tool.
On Thu, Jun 25, 2015 at 4:12 PM, Jim Scott <[email protected]> wrote: > Can anyone point me to a configuration setting (not maxwidth) that can > prevent having the drill output in the CLI from overwriting data that is > already in a row? (i.e. the data is not wrapping to a new line) > > I have a query that when I select all the columns, the data in the columns > at the end overwrite the data from the columns at the beginning because > each row is only being written to a single line. It is NOT wrapping to the > next line. > > Thanks! > Jim >
