N
N
Nick2019-06-06 22:29:00
Yii
Nick, 2019-06-06 22:29:00

Yii2 has a view, how to make it display data for a specific user in the view?

CREATE VIEW vv_mytasks as 

SELECT 
t.* 
, p.id_user 
FROM 
tasks t 
INNER JOIN performers p 
ON t.id = p.id_task

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question