Clearing up isNull() with "%" - Sql Server -


i kinda confused being call isnull. able explain better going on?

where columnname isnull('something%','%') 

any information appreciated. thanks!

select isnull(columna,columnb) return columna unless column a null, in case return columnb. if both values null, return null.

here's example in sql fiddle.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -