My question is: how do I query a database without having to specify a model?
In other words, I would like to execute a rather complex SELECT query involving multiples tables and, because of that, I don't have a Model.
Is there a way to execute a raw SQL query without the need to use a Model?
Subject: Execute a SELECT query without any Model
Hi folks,
My question is: how do I query a database without having to specify a model?
In other words, I would like to execute a rather complex SELECT query involving multiples tables and, because of that, I don't have a Model.
Is there a way to execute a raw SQL query without the need to use a Model?
Thanks a lot for any help!