Files
Campus-Plug/recommondation-engine/example.sql

6 lines
130 B
MySQL
Raw Normal View History

2025-04-02 13:56:48 -06:00
select *
from Product
Where ProductID in (select ProductID
from History
where UserID=1);