Problems with TRIGGER and selecting query for product list after order

后端 未结 0 2023
攒了一身酷
攒了一身酷 2020-12-14 09:10

This is example of my code:

CREATE TABLE Customer(
CustID int not null,
primary key(CustID)
);

CREATE TABLE Products(
ProdID integer not null,
Quantity NUMER         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题