Untitled

 avatar
unknown
plain_text
2 years ago
662 B
8
Indexable
INSERT INTO users (full_name, email, birthday, active, plan_id) VALUES 
('Pedro', '[email protected]', '1990-01-01', true, 1), 
('Camila', '[email protected]', '1988-12-01', true, 1), 
('Guilherme', '[email protected]', '1988-12-01', true, 2), 
('Andressa', '[email protected]', '1984-07-20', false, 3), 
('Luís', '[email protected]', '2000-01-01', true, 2), 
('Cássia', '[email protected]', '1995-12-01', true, 1), 
('Simone', '[email protected]', '1988-12-01', true, 1), 
('Rogério', '[email protected]', '1979-12-01', true, 3), 
('Júlio', '[email protected]', '1994-06-20', false, 2), 
('Melissa', '[email protected]', '1997-04-11', true, 2);
Editor is loading...
Leave a Comment