![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
While running a SQL query with the following line: sum( case when SgnSigField = 'PR4650' then SgnValue else 0 end) as EuAmount1, I get the following error: Server: Msg 245, Level 16, State 1, Line 1 Syntax error converting the varchar value '8.80' to a column of data type int. I have tried to cast the field: with NO success. Any advice is greatly appreciated Thank you, Kermit Baker II |
#2
| |||
| |||
|
|
While running a SQL query with the following line: sum( case when SgnSigField = 'PR4650' then SgnValue else 0 end) as EuAmount1, I get the following error: Server: Msg 245, Level 16, State 1, Line 1 Syntax error converting the varchar value '8.80' to a column of data type int. I have tried to cast the field: with NO success. Any advice is greatly appreciated Thank you, Kermit Baker II |
![]() |
| Thread Tools | |
| Display Modes | |
| |