URI SQL Solution 2606 Categories - Solution in PostgreSQL

select id,name from products
where id_categories in (select id from categories where name like 'super_%');
Share:

0 Comments:

Post a Comment