Forum Discussion
BasitNisar
Jun 12, 2023Copper Contributor
i need to add case statement in dynamic sql for stored procedure
I need to add case statement for ClaimnNumber[ OUTER APPLY ( SELECT ISNULL(CONCAT(ISNULL(IWI.ClaimNumber, ''''))), ( CASE ...
olafhelper
Jun 13, 2023Bronze Contributor
BasitNisar wrote:
- I need to add case statement for ClaimnNumber[
BasitNisar , your post is badly formatted and so unreadable, contains sometimes only code fragements; no one can work on.
Fix formating and provide much more informations.
Please post table design as DDL, some sample data as DML statement and the expected result.