Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Upper all my code

    Try this if it works:

    DECLARE @SQL_Upper as varchar(max)

    SET @SQL_Upper = UPPER('Select * from MyTable where myVar = ''RED''')

    Print(@SQL_Upper)

Viewing post 1 (of 1 total)