Answer the question
In order to leave comments, you need to log in
How to check if such USERNAME exists in sqlite3?
There is a table format:
"""CREATE TABLE IF NOT EXISTS users(
id_records INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
id_chat INT,
id_user INT,
username TEXT,
having_ban INT DEFAULT 0 NOT NULL,
having_kick INT DEFAULT 0 NOT NULL);"""
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question