Microsoft
Software
Hardware
Network
Question : in T-sql how to find 80% a one value based on other
i have joined view and a table. I have following 4 columns
ProjectName Quoted Actual Balance
in my t-sql script i have a case as below. I want to find:
When Actuals are less then Quoted
and Actual which have exceed 80% of Quoted.
I am entering the following case however i am getting convert to varchar or numeric error prompt, please can you fix the below statement
CASE
WHEN actual < quoted and WHEN actual >(quoted * .80)
Answer : in T-sql how to find 80% a one value based on other
what are the data types of the 2 columns?
also, you "requested logic" seems incorrect?
Random Solutions
Flex Filters
HP Media Center M376N Desktop Computer needs CPU Fan
Access Database Design: 1 Field Tables as Primary Key
Insert Google Map locator in Web site
save a webpage to file then reload from file.
Web Site Review - Ravine
management interface on Cisco ASA 5505
linux Centos server
Server 2008 terminal license server and Server 2003 terminal license server on same domain - issues?
how is user name and password is verified in websites?