nohandlesleft254
IS-IT--Management
Hi,
Im using coldfusion and SQL server. I want to perform a multiplication by percentage on a field before i then run a WHERE on it. I have written out incorrect SQL of what i want to do - can anyone tell me how i actually need to do it!?
WHERE (CAST(Sum4 AS NUMERIC)+((CAST(Sum4 AS NUMERIC)/100)*100)) LIKE '%#Session.QuotesQuickfind#%'
Thanks
Im using coldfusion and SQL server. I want to perform a multiplication by percentage on a field before i then run a WHERE on it. I have written out incorrect SQL of what i want to do - can anyone tell me how i actually need to do it!?
WHERE (CAST(Sum4 AS NUMERIC)+((CAST(Sum4 AS NUMERIC)/100)*100)) LIKE '%#Session.QuotesQuickfind#%'
Thanks