Closed simp-lee closed 2 years ago
Hi @lee-php ,
Thanks for feedback.
For now, there is no a method to use union
command directly. But you can type native SQL code via query
method.
You can check this: https://github.com/izniburak/PDOx/blob/master/DOCS.md#query
Thanks.
Thanks, izniburak. I will try native SQL until your improvement.
Thanks for your good job. But, I can't find the usage of UNION [ALL] in the document, as following:
Any solutions? Or how to use native SQL statements in pdox?