Kod: Tümünü seç
ALTER TABLE '.USERS_TABLE.' ADD user_gender TINYINT not null DEFAULT "0"
SQL sorgusu:
ALTER TABLE '.USERS_TABLE.' ADD user_gender TINYINT NOT NULL DEFAULT "0"
MySQL çıktısı:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''.USERS_TABLE.' ADD user_gender TINYINT not null DEFAULT "0"' a
ben bu update dosyasını nasıl çalıştırabilirim lütfen yadım


