3 lines
120 B
SQL
3 lines
120 B
SQL
-- withdraw users
|
|
INSERT INTO "users" ("name") VALUES ('withdraw');
|
|
INSERT INTO "users" ("name") VALUES ('withdraws'); |