Welcome Guest, Not a member yet? Register   Sign In
Querys with >= and <=
#1

[eluser]Unknown[/eluser]
I'm trying to do querys with> = and <=, can someone provide an example?
#2

[eluser]srpurdy[/eluser]
[quote author="huguitow" date="1345647589"]I'm trying to do querys with> = and <=, can someone provide an example?[/quote]

Code:
->where('fieldname.id >', $variable)

->where('fieldname.id <', $variable)




Theme © iAndrew 2016 - Forum software by © MyBB