Home > database >  How to deliver the batch record to a stored procedure?
How to deliver the batch record to a stored procedure?

Time:03-02

Originally was new to the client to submit to the batch record
 INSERT INTO table VALUES (the value 1, 2, the value 3,... ) 
now should do some judgment after processing through stored procedures, I don't want to split into article n records, each individual execute a stored procedure, can let the client once submitted batch data to a stored procedure?
  • Related