How to combine WHERE and BETWEEN
Posted: Sun May 29, 2011 9:38 am
I'm currently making an APi system on my website. I need to choose from the api_requests table where
app_id = "3" and time between 2705100700 and 2705101000.
I can do both seperately but I dunno how I can combine that in one query.
app_id = "3" and time between 2705100700 and 2705101000.
I can do both seperately but I dunno how I can combine that in one query.