문자열을 연결하여 SELECT * MySql 다음 쿼리는 MySQL에서 잘 작동합니다. SELECT concat(title,'/') FROM `socials` WHERE 1 선택한 제목 필드에 연결합니다. 그러나 다음을 수행하려고 하면 다음과 같습니다. SELECT concat(*,'/') FROM `socials` WHERE 1 다음 오류를 반환합니다. #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 '*,'/') FROM `socials` WHERE 1 LIMIT 0, 30' at line 1 그렇..