Hacker News new | ask | show | jobs
by foobarqux 582 days ago
Thank you. You can't do Q(..r) in sqlite right? That's what I read in the tutorial.
1 comments

Ah, yes, you're right! Please do:

  # ...
  Q(your_column) :- example_db.YourTable(your_column:);
You can query multiple columns of course. Feel free to start threads in Discussions of the repo with whatever questions you have!