I've started using RUN
SELECT syntax for move rmds into the database. I'm not understanding
how to pass parameters using the RUN SELECT syntax. What would be the
syntax to pass a single constant?
According to my interpetation of the documentation, this would be the
syntax:
RUN SELECT USING 'A B' SELECT VARCHAR_CMD from table where name='name'
-- where A and B are constants.
This throws a syntax error. Any insight would be appreciated.
Thanks, Ken

