If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Null values in text column, IDS 9.30 replications

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-07-06, 14:39
lzt lzt is offline
Registered User
 
Join Date: Apr 2005
Posts: 8
Null values in text column, IDS 9.30 replications

I have a table that in the master database the following sql returns no record but on the replicate database the sql returns some number;

select count(*) from table1 where col1 is null;

col1 data type is text and default null value is not defined.

I unloaded the table contents and they are identical.

Can someone help me understand why the difference?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On