Sebastian Ching
Member
yo my problem is when i execute table in sql that i see in tutorials i have this error
-------------------------------------------------------------------
Error
consulta SQL: Documentación
#---------------------------------------------------
INSERT INTO accounts( `id` , `password` , `type` , `group_id` )
VALUES (
@acc , @pass , 5, (
SELECT `id`
FROM groups
WHERE `name` = 'a god'
)
);
MySQL ha dicho: Documentación
#1054 - Unknown column 'type' in 'field list'
----------------------------------------------------
i m using xampp 1.6.6a and the zao link distro and latest account maker gesior.
Please someone help me
-------------------------------------------------------------------
Error
consulta SQL: Documentación
#---------------------------------------------------
INSERT INTO accounts( `id` , `password` , `type` , `group_id` )
VALUES (
@acc , @pass , 5, (
SELECT `id`
FROM groups
WHERE `name` = 'a god'
)
);
MySQL ha dicho: Documentación
#1054 - Unknown column 'type' in 'field list'
----------------------------------------------------
i m using xampp 1.6.6a and the zao link distro and latest account maker gesior.
Please someone help me