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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -