Support MYSQL functions?
-
Hi,
Does the MYSQL query support the substring and concat function of MYSQL?
I am trying to insert substrings of 3 entries in the database as an entry into a column.INSERT INTO COURSE_REVIEW (
REVIEW_ID,COURSE_COMBINATION,COMBINATION_REVIEW,COMBINATION_RATING) VALUES (“{2}”, CONCAT(SUBSTRING({6},1,8),SUBSTRING({6},1,8),SUBSTRING({6},1,8)), “{5}”, “{2}”)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Support MYSQL functions?’ is closed to new replies.