Skip to content

Instantly share code, notes, and snippets.

@x0x8x
Created October 6, 2019 21:35
Show Gist options
  • Select an option

  • Save x0x8x/65d7e45cad7047acf614212a5f2ec9e5 to your computer and use it in GitHub Desktop.

Select an option

Save x0x8x/65d7e45cad7047acf614212a5f2ec9e5 to your computer and use it in GitHub Desktop.
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE BRAIN1(chat_id INTEGER);
INSERT INTO BRAIN1 VALUES(313742192);
INSERT INTO BRAIN1 VALUES(914883535);
INSERT INTO BRAIN1 VALUES(979874299);
INSERT INTO BRAIN1 VALUES(722173482);
INSERT INTO BRAIN1 VALUES(940761691);
INSERT INTO BRAIN1 VALUES(858815359);
COMMIT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment