Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where of Int type column with coalesce
Message
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Where of Int type column with coalesce
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01437000
Message ID:
01437000
Views:
109
Hi,

How do you perform comparison of an integer (or smallint) type column to a value with COALESCE?

For example, when in a stored procedure a parameter is optional I set the default value to NULL (if not passed). Then I use the following WHERE expression to return all rows if value not passed.
select * from mytable where Col_IntType = COALESCE(@param1, Col_IntType)
The above works but I was wondering if there is a better way.

TIA.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform