에러 질문입니다.급해요~ㅠㅠ
본문
ALTER TABLE `g5_shop_category` ADD `ca_name0` int(11) AFTER `ca_name`;
이문구가 phpmyadmin에서는 정상적으로 먹힙니다..
하지만 그누보드 sql_query($sql) 에서는 에러1064이 뜸니다..
에러를 출력해봣슴니다.
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 'ALTER TABLE `g5_shop_category` ADD `ca_name0` int(11) AFTER `ca_name`' at line 1
error file : /adm/categoryformupdate.php
!-->답변 2
sql_query(" ALTER TABLE `g5_shop_category` ADD `ca_name0` INT(11) AFTER `ca_name` ", true);
될려는지 비몽사몽 중이라 .. 한번 확인해 보세요.. ^^;;;
`가아닌 ' 를 사용해 보세요
답변을 작성하시기 전에 로그인 해주세요.