-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdump.sql
More file actions
43 lines (38 loc) · 2.19 KB
/
Copy pathdump.sql
File metadata and controls
43 lines (38 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
CREATE TABLE "user" (
userId varchar(255) NOT NULL PRIMARY KEY,
password varchar(255) DEFAULT NULL,
city varchar(255) DEFAULT NULL,
country varchar(255) DEFAULT NULL,
email varchar(255) DEFAULT NULL,
phone varchar(255) DEFAULT NULL,
firstName varchar(255) DEFAULT NULL,
lastName varchar(255) DEFAULT NULL
);
--
-- Dumping data for table User
--
/*!40000 ALTER TABLE User DISABLE KEYS */;
INSERT INTO "user" (userId,password,city,country,email,phone,firstName,lastName) VALUES
('sandeep','sandeep123','pune','IndiaASAS','panksfdajv@cdac.in','999999999','SANDEEP','MALVIYA'),
('ramki','ramki123','PUne','INdia','rkrishanan@cdac.in','9999999999','Ramakrishnan','E.P.'),
('test','test123','city','country','test@cdac.in','0000000000','test','test'),
('tess','sss','ss','ss','test@cdac.in','3333333333','sss','sss'),
('tesss','1111','1111','1111','test@cdac.in','1111111111','1111','1111'),
('TESSDF','111','111','11','test@cdac.in','1111111111','111','111'),
('dsdsad','1111','fds','fds','test@cdac.in','3432222222','fdsf','fdsfs'),
('harshal1','1','1','1','fsd@fg.hj','1111111111','1','1'),
('g21','g12','sdf','Albania','rahs@gmail.com','1111111111','g12','sdf'),
('wqwq','qq','qq','qq','qq@er.hj','1212121212','qq','qq'),
('rerere','qq','qq','Albania','rahs@gmail.com','1212121212','qq','qq'),
('sasasa','sa','sad','Bhutan','rahs@gmail.com','2133333333','sa','sa'),
('tqwt','wq','sad','Angola','rahs@gmail.com','1222222222','wq','wq'),
('tetststst','kl','df','Bahrain','rahs@gmail.com','1211111111','kl','lk'),
('ghfh','34','fsd','Costa Rica','rahs@gmail.com','3244444444','34','34'),
('renug','123','sda','Switzerland','rahs@gmail.com','2333333333','123','123'),
('testt','123','sda','Algeria','rahs@gmail.com','2222222222','123','12'),
('ghtyghty','67','jgh','Australia','rahs@gmail.com','7777777777','67','67'),
('test90','90','bvc','Antigua And Barbuda','rahs@gmail.com','1111111111','90','bcv'),
('popopo','po','po','Christmas Island','rahs@gmail.com','1111111111','po','po'),
('pipipi','pi','pi','Antigua And Barbuda','rahs@gmail.com','1111111111','pi','pi'),
('pipipipi','pi','df','Antarctica','rahs@gmail.com','1222222222','pi','pi');
SELECT * FROM User where userid='kate' or '1'='1'