blob: 482b19692c616494c4f18c5963423ad16a722e9a (
plain)
1
2
3
4
5
|
INSERT INTO clipperz.otpstatus (otps_code,otps_name,otps_desc) VALUES
('ACTIVE','Active','Active'),
('REQUESTED','Requested','Requested'),
('USED','Used','Used'),
('DISABLED','Disabled','Disabled');
|