Forum Replies Created

Viewing 2 posts - 31 through 33 (of 33 total)

  • RE: Problem with CAST

    Remi,

    Just realized that I posted a nearly identical solution as yours 

    I'd also hate to to see what that case statement would turn into if they...

  • RE: Problem with CAST

    Or you can eliminate the CASE altogether and do something like this

    SELECT 'ST_GR' = RIGHT('0' + CONVERT(varchar(2),ST.GR),2)

Viewing 2 posts - 31 through 33 (of 33 total)