Viewing 8 posts - 16 through 23 (of 23 total)
Hi
sorry i am using mssql not mysql now can u please tell me how to replace a null value with string.
Thanx
April 15, 2009 at 5:11 am
Hi
i have tried this ISNULL(state,'all') but it is giving null values as it is wen i tried this ISNULL('all',state ) not only null values whole field values r...
April 13, 2009 at 7:49 am
I'm sure i want to eliminate the NULL values within my SELECT i have used this code given by u ISNULL('all',STATE ) it...
April 13, 2009 at 7:35 am
sorry i cant get this i dont want to insert or update the table i just want to use select statement.
Thanx.
April 13, 2009 at 7:19 am
Hi
i am developing birt reports from mysql database wen i am retriving data from the table SELECT advid , country , state, city
FROM ...
April 10, 2009 at 4:21 am
Hi
matt its giving same result i.e., it is giving same null value and in the field name state is replacing with UNNAMED_3 any more information regarding this
...
April 10, 2009 at 4:04 am
hi matt thanx for ur reply but its not working iwill give u some idea about my table in my table adid, country, state ,city are the field names but...
April 10, 2009 at 3:43 am
Viewing 8 posts - 16 through 23 (of 23 total)