updatepush
This commit is contained in:
5
recommondation-engine/example.sql
Normal file
5
recommondation-engine/example.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
select *
|
||||
from Product
|
||||
Where ProductID in (select ProductID
|
||||
from History
|
||||
where UserID=1);
|
||||
Reference in New Issue
Block a user