• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

2 Zapytania

Dix37

New Member
Joined
Feb 16, 2012
Messages
19
Reaction score
0
Witacjie potrzebuje 2 zapytania:
1) $SQL->query("INSERT INTO `z_commends` (`account_id`, `type`, `address`, `information`, `tense`) VALUES


Dziękuję bardzo :)
Siła z WAMI!
 
Last edited:
Jakie te dwa zapytania potrzebujesz? Bo za bardzo nie wiem o co ci chodzi. Sprecyzuj swoją wiadomość jakoś.
 
SQL:
CREATE TABLE `z_commends` ( 
  `account_id` int(11) NOT NULL AUTO_INCREMENT, 
  `type` int(11) DEFAULT NULL, 
  `address` int(11) DEFAULT NULL, 
  `information` int(11) DEFAULT NULL, 
  `tense` int(11) DEFAULT NULL, 
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;

Nie podałeś typów rekordów więc sobie zmień na prawidłowe.
 
SQL:
CREATE TABLE `z_commends` ( 
  `account_id` int(11) NOT NULL AUTO_INCREMENT, 
  `type` int(11) DEFAULT NULL, 
  `address` int(11) DEFAULT NULL, 
  `information` int(11) DEFAULT NULL, 
  `tense` int(11) DEFAULT NULL, 
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;

Nie podałeś typów rekordów więc sobie zmień na prawidłowe.


#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 ') ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1' at line 7

- - - Updated - - -

Close
 
#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 ') ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1' at line 7

- - - Updated - - -

Close


ty, a może zamiast bezmyślnie wklejać to na forum to przeczytasz to parę razy, ewentualnie wspomożesz się google translate i spróbujesz zroumieć co?
 
Back
Top