Welcome Guest, Not a member yet? Register   Sign In
Problem with JOIN query
#1

[eluser]jvk22[/eluser]
I need to make a join query, but I'm not 100% certain how.

Two Tables: offer, downloads

I need to select all rows in the offer table based on the rules below

offer.id != downloads.offer_id
downloads.status != 1
downloads.ip = $this->input->ip_address()
offer.country = $users_country




Theme © iAndrew 2016 - Forum software by © MyBB