You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

I try to do a inner join between all fields from table to another but it doesn't work if any source fields are null !!
Did you have the solution to manage null value ?
Regards
Marc
Offline

this sounds similar to what i am running into:
http://www.talendforge.org/forum/viewtopic.php?id=12278
if you find out the issue, please post back.
Thanks.
Offline

Its ok with the usage of the COALESCE function to replace null value by a user defined string like "+NULL+".
I would like to also notice that be careful with the string type from sqlite because a "empty string" is not null !!
Regards
Marc
Offline
Pages: 1