How do I introduce hard coded variables in the xtdb console?
I’ve attempted to assign strings in the where clause, but it returns an error. Is there a way to specify in-args?
How do I introduce hard coded variables in the xtdb console?
I’ve attempted to assign strings in the where clause, but it returns an error. Is there a way to specify in-args?
Hey @tempire in the v1 HTTP server console you can’t specific in-args directly in the UI, but you should be able to simulate the behaviour using another clause with identity
+ various bindings, e.g. [(identity [["a" "b" "c"]["d" "e" "f"]]) [[?x ?y ?z]]]