php - Passing customerID with a feedback table in codeigniter? -
i have 2 tables in database:
customer feedback
a 'foreign key' in feedback
table customerid
. want know customer gives feedback through id.
please help. in advance.
select customerid customer customerid in (select distinct customerid feedback);
hope these query want.
Comments
Post a Comment