MySQL Database Tutorial – 17 – Functions




Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …

Original source


25 responses to “MySQL Database Tutorial – 17 – Functions”

  1. [SQL]SELECT
    CHARACTER_SETS.CHARACTER_SET_NAME,
    CHARACTER_SETS.DEFAULT_COLLATE_NAME,
    CHARACTER_SETS.DESCRIPTION,
    CHARACTER_SETS.MAXLEN
    FROM
    CHARACTER_SETS
    CONCAT(DESCRIPTION,MAXLEN)
    AS New

    [Err] 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 '(DESCRIPTION,MAXLEN)
    AS New' at line 8
    whats wrong ??

Leave a Reply