-
when the backtick is required
just looking at the user case from https://code.kx.com/q/ref/delete/#delete-keyword and not sure why the backtick is not needed, since
“delete ps from x”, ps is a symbol atom?
and in the below case backtick is needed:
load `:flatT `flatT in key `.
in some cases we need backtick and others not, what is the rule here?
Thanks,
code.kx.com
delete query | Reference | kdb+ and q documentation - kdb+ and q documentation
delete is a qSQL template that removes rows or columns from a table, entries from a dictionary, or objects from a namespace.
Log in to reply.