hayata
5 years agoAce
Bind variables for LiQL
Does LiQL support bind variables? I want to pass a sequence of message Ids in a WHERE clause, but not have to expand them into a comma separated string.
Sign in to react to this post
Does LiQL support bind variables? I want to pass a sequence of message Ids in a WHERE clause, but not have to expand them into a comma separated string.
Hi hayata
LiQL doesn't support bind variables, but you might be able to make use of the subquery function provided with JSON-based queries to API v2. It's not exactly what you're looking for, but Engineering says this is the closest we've got.