lnav/test/expected/test_sql.sh_9ceccab07fbf7130bffe3c201c710719e4a3e9af.err

7 lines
559 B
Plaintext
Raw Normal View History

2022-07-08 21:17:34 +00:00
✘ error: Cannot generate spectrogram for database results
reason: The “log_time” column is not in ascending order between rows 1 and 2
2022-06-23 05:53:52 +00:00
 --> command-option:2
 | :spectrogram sc_bytes 
 = note: An ascending “log_time” column is needed to render a spectrogram
 = help: Add an “ORDER BY log_time ASC” clause to your SELECT statement