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
#2

RTFM
Reply




Theme © iAndrew 2016 - Forum software by © MyBB