SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select film_id, store_id, count(distinct store_id) from inventory group by film_id having count(distinct store_id) < 2 order by film_id;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear