how to run a passthru query by coding?

A

Alex Dybenko

what you can do is to get query sql, replace condition param with value you
need, save it and execute
 
Top