updatepush

This commit is contained in:
Mann Patel
2025-04-02 13:56:48 -06:00
parent 755069d279
commit a1ca7304eb
3 changed files with 86 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
select *
from Product
Where ProductID in (select ProductID
from History
where UserID=1);