Skip to content
Snippets Groups Projects
Commit b45b5cbe authored by Yannis Devos's avatar Yannis Devos
Browse files

sql

parent ff7a5124
No related branches found
No related tags found
No related merge requests found
INSERT INTO userAccount VALUES (1, 'toto', 'totopwd123'),
(2, 'tata', 'tatapwd'),
(3, 'titi', 'lepwdDeTiti'),
(4, 'tutu', '1234567890');
INSERT INTO userAccount (username, password) VALUES ('toto', 'totopwd123'),
('tata', 'tatapwd'),
('titi', 'lepwdDeTiti'),
('tutu', '1234567890');
INSERT INTO thread VALUES (1, 2, 'Gaming'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment