Sql Server 2000 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
Update data in two table using join
How many kind of User Defined Functions can be created in Sql Server2000
get number of login attempt to sql server
Syntax to rename a database
What is DTS in SQL Server
How to use ISNULL in SQL
Home
>>
Dababase Interview Questions
>>
Sql Server 2000 Query
How to use ISNULL in SQL
Posted on June 10th , 2009 by Admin
SELECT column1,Price*(Stock+IFNULL(noofitem,0)) FROM tablename
Site Search