• Hi

    This is a Microsoft SQL server forum, not a MySQL forum.

    While a number of people here may have MySQL experience, you may be best posting this on a dedicated MySQL forum.

    But it looks like you want to do string concatination, which in T-SQL you can do by

    'Your performance is '+grade

    I would do a google search for "MySQL string concat"