On Sunday, December 28, 2025, H <agents(at)meddatainc(dot)com> wrote:
>
> I have a feeling I might be missing how to use the combination of a
> metavariable and a table name when used in an argument to a procedure.
No, what you are doing is impossible if you limit yourself to direct SQL
command syntax writing.
> Even though I gotten it to work, what would the correct usage be?
>
I’d probably do something like:
versioning(…, format(‘%I.%I’, :’s’, ‘test_history’), …)
David J.