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_prql.sh_451e242cdfa2db...

494 B

✘ error: unable to compile PRQL: from db.access_log | take abc
reason: `take` expected int or range, but found this.access_log.abc
= note: Error:
╭─[:57:27]

57 │ from db.access_log | take abc
│ ─┬─
│ ╰─── `take` expected int or range, but found this.access_log.abc
────╯