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

(This post was last modified: 02-07-2019, 07:36 PM by php_rocs.)

@DELE,

users_campaigns_join could be a view or a query (subset of data).  I just used the name to represent the data.

Like below...
PHP Code:
select ucj.id
from users_campaigns_join_view 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-07-2019, 04:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB