You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/expected/test_sql.sh_9ceccab07fbf713...

7 lines
559 B
Plaintext

✘ error: Cannot generate spectrogram for database results
reason: The “log_time” column is not in ascending order between rows 1 and 2
 --> 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