[Off] Create Table (MySQL)
#1

Bom, tinha um cуdigo que vi mais da muito erros...

Esse:
pawn Код:
"CREATE TABLE IF NOT EXISTS `users` (\
                `id` int(11) NOT NULL, AUTO_INCREMENT,\
                `name` varchar(25) NOT NULL, \
                `password` varchar(25) NOT NULL, \
                `level` int(11) NOT NULL, \
                `bank` int(11) NOT NULL, \
                `skin` int(11) NOT NULL, \
                `money` int(11) NOT NULL, \
                PRIMARY KEY(`id`)\
Eu to a um tempгo parado, tem como explicar ae como corrigir?
Obs: to olhando no search e caso eu achar algo dou @edit aqui.

Sу isso pessoal '-'
Reply


Messages In This Thread
Create Table (MySQL) - by AlucardSnow - 30.08.2013, 22:01
Re: Create Table (MySQL) - by mau.tito - 30.08.2013, 22:05
Re: Create Table (MySQL) - by smiiir - 30.08.2013, 22:22
Re: Create Table (MySQL) - by Kmatsu - 30.08.2013, 23:18

Forum Jump:


Users browsing this thread: 2 Guest(s)