with
t(content_id, emp_id) as (
VALUES('002', 416)
,('003', 416)
)
SELECT * FROM t;

05-11 17:30