Welcome Guest, Not a member yet? Register   Sign In
Matching data from 2 table with validation date
#2

@DELE,

You need to determine what join you want (https://www.cloudways.com/blog/wp-conten...ysql-1.png )

This might work for you...

select ucj.id
from users_campaigns_join ucj
inner join incomes i on i.id = ucj.id
where i.date = '2018-10-10'
Reply


Messages In This Thread
RE: Matching data from 2 table with validation date - by php_rocs - 02-06-2019, 07:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB