Welcome Guest, Not a member yet? Register   Sign In
Greater or Less than in database model
#1

Hello

Is there a way to use like this Model ?

"SELECT * FROM question WHERE question_id < 3000"

As far as I know, there is only like this :

$questionModel->where("question_id",3000)->findAll();

Thanks in advance.
Reply


Messages In This Thread
Greater or Less than in database model - by basahbasahan - 01-03-2021, 12:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB