CORE-POS/IS4C

View on GitHub
documentation/Reference Code/Wedge/installation/mysql/is4c_op/data/custdata.insert

Summary

Maintainability
Test Coverage
use is4c_op;

INSERT INTO `custdata` VALUES (6000,1,'Freyden','Linda',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,179),(6001,1,'Smith','Holly',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,180),(6002,1,'Smith','John',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,182),(6003,1,'Anderson','Carl',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,184),(6004,1,'Anderson','Chris',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,185),(6005,1,'Brecken','Brad',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,187),(6006,1,'Johnson','Crystal',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,188),(6007,1,'Friedman','Ann',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,190),(6008,1,'Peyton','Alan',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,192),(6009,1,'Madden','Scott',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,193),(6010,1,'Larkins','Jordan',40,0,2,0,0,1,1,'pc',2,0,0,0,0,1,NULL,1,195);
UNLOCK TABLES;