Files
Campus-Plug/recommondation-engine/example.sql
Mann Patel a1ca7304eb updatepush
2025-04-02 13:56:48 -06:00

6 lines
130 B
SQL

select *
from Product
Where ProductID in (select ProductID
from History
where UserID=1);