누구나이 구문 오류를 발견 할 수 있습니까?MySQL 구문 오류 - 확실한가요?
UPDATE `inventory`
LEFT JOIN `manufacturers` ON (
`man_id` = `manufacturers`.`id`
)
LEFT JOIN `meta_tags` ON (
`meta_tags`.`page_url` = REPLACE(REPLACE(`manufacturers`.`title`, " ", "_"), "\", "_")
)
SET `inventory`.`tag_ids` = CONCAT_WS("," `tag_ids`, `tag_id`)
WHERE FIND_IN_SET(`tag_id`, `tag_ids`) = 0
오류 메시지 :
#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
'_")) SET `inventory`.`tag_ids` = CONCAT_WS("," `tag_'
이 문자열은 작은 따옴표를 사용하여 인용하지 있습니까? 아니면 그냥 TSQL에? – drdwilcox
그것은 MYSQL에서 중요하지 않습니다, 나는 표준/TSQL에 대해서 모른다. –
흠. 잘 알고 있습니다. 감사. – drdwilcox