forked from Rodez-IUT/INFO2-PremiersPasPDO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_activities_users.sql
11 lines (11 loc) · 1.24 KB
/
my_activities_users.sql
1
2
3
4
5
6
7
8
9
10
11
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('bobdeniro', 1, '[email protected]', 1);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('eliseB', 2, '[email protected]', 1);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('arthurH', 3, '[email protected]', 1);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('wandaL', 4, '[email protected]', 2);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('paulsimon', 5, '[email protected]', 2);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('jessicaA', 6, '[email protected]', 2);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('steveM', 7, '[email protected]', 2);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('evaM', 8, '[email protected]', 2);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('alpacino', 9, '[email protected]', 2);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('eddym', 10, '[email protected]', 3);
INSERT INTO my_activities.users (username, id, email, status_id) VALUES ('francoises', 11, '[email protected]', 3);