Re: String/Date Concatenation causes conversion error - streamline fix suggestions
Shiju,
Thanks - the working (and streamlined) query becomes:
select (rtrim(description)+' '+convert(char(20),open_date,101)) as
description from oncd_opportunity where opportunity_id=?
Much more elegant - thanks!
|