mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
7 lines
559 B
Plaintext
7 lines
559 B
Plaintext
[1m[31m✘ error[0m: Cannot generate spectrogram for database results
|
||
[1m[31mreason[0m: The “[4mlog_time[0m” column is not in ascending order between rows 1 and 2
|
||
[36m --> [0m[1mcommand-option[0m:2
|
||
[36m | [0m[37m[40m:[0m[1m[36m[40mspectrogram[0m[37m[40m sc_bytes [0m
|
||
[36m =[0m [36mnote[0m: An ascending “[4mlog_time[0m” column is needed to render a spectrogram
|
||
[36m =[0m [36mhelp[0m: Add an “[1m[36mORDER BY[0m [4mlog_time[0m [1m[36mASC[0m” clause to your [1m[36mSELECT[0m statement
|