Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Update script

    SELECT 'UPDATE table_1

    SET labeltext ='+ T.labeltext +

    from tableName T(Need Here)

    'WHERE LanguageID = 10

    AND LabelKey ='+ T.LabelKey +

    'AND FileID =' + T.FileID

Viewing post 1 (of 1 total)