summaryrefslogtreecommitdiffstats
path: root/test/expected/test_sql.sh_9ceccab07fbf7130bffe3c201c710719e4a3e9af.err
blob: 3129cfa0628652f345d467ea66100ce569f3893b (plain)
1
2
3
4
5
6
✘ 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