Quantcast
Channel: isnull()
Browsing latest articles
Browse All 5 View Live

isnull()

ISNULL() is not supported in Microsoft SQL Server Mobile/Everywhere.  Hence, please dont rely on it though it does not through any syntax error.Thanks,Laxmi Narsimha Rao ORUGANTI, MSFT, SQL Everywhere,...

View Article



isnull()

I got it working using the COALESCE function

View Article

isnull()

I just ran this query:select (isnull(StreetName, '')) as Street from Meterthis query runs on both Sql Server 2005 and Mobile, but on Server it displays the values as text(the StreetNames), but on...

View Article

isnull()

to answer my own question, yes you can use isnull in sql mobile.  Specifically I am trying to run this query:select (isnull(StreetName + ' ', '') + isnull(StreetSuffix + ' ', '')) as Street from...

View Article

isnull()

does sql server mobile 2005 support the isnull function? I'm getting an error when I try to use it and I don't know if it is becuase of using the isnull function or not, but when I run the same query...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images