summaryrefslogtreecommitdiff
path: root/tests/unit/SQLMap/scripts/mysql/more-account-records.sql
blob: e9fd4ac22cb9efea4c240d65447aad037901fef5 (plain)
1
2
3
4
5
6
7

INSERT INTO Accounts VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com', 'Oui', 200);
INSERT INTO Accounts VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com', 'Oui', 200);
INSERT INTO Accounts VALUES(8,'Ming', 'Li Foo', null, 'Non', 100);
INSERT INTO Accounts VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com', 'Oui', 200);
INSERT INTO Accounts VALUES(10,'Robert', 'O''Timmins', null, 'Non', 100);