SQLProvider.exec()method
exec(strings: TemplateStringsArray, ...values: ImmutableArray<unknown>): Promise<ImmutableArray<X>>
Execute an SQL query built from a template literal and return the resulting rows.
exec(strings: TemplateStringsArray, ...values: ImmutableArray<unknown>): Promise<ImmutableArray<X>>
Execute an SQL query built from a template literal and return the resulting rows.