forked from ayman-elgharabawy/Kafka-SpringBoot-WebSocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-data.sql
More file actions
7 lines (6 loc) · 769 Bytes
/
Copy pathtest-data.sql
File metadata and controls
7 lines (6 loc) · 769 Bytes
1
2
3
4
5
6
7
insert into voda_user(userid, username, password) values (1, 'anyone', 'anyone') ;
insert into voda_user(userid, username, password) values (2, 'ayman', 'ayman') ;
insert into voda_user(userid, username, password) values (3, 'mostafa', 'mostafa') ;
insert into user_mi(id, balance, rate_plan, consumed_data, sallefny, total_qouta, usb_msisdn, user_userid) values (1, 100, 'Hakawy', 3700, 13, 50000, '123459876', 1) ;
insert into user_mi(id, balance, rate_plan, consumed_data, sallefny, total_qouta, usb_msisdn, user_userid) values (2, 350, 'Employee VPN',3400, 13, 60000, '123459876', 2);
insert into user_mi(id, balance, rate_plan, consumed_data, sallefny, total_qouta, usb_msisdn, user_userid) values (3, 150, 'Red 150', 65000, 13, 100000, '123459876', 3) ;