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

511 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:
╭─[:1:27]

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