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 > UNLOAD empty lines

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-01-04, 09:21
sroz sroz is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
UNLOAD empty lines

hello,

i have a problem with unloading tables to files : i get empty lines in the result file. when i want to load it, i get an error.
does somebody know where it can come from ?
Reply With Quote
  #2 (permalink)  
Old 04-28-04, 11:32
Marce Marce is offline
Registered User
 
Join Date: Mar 2004
Posts: 18
Why do you want to unload empty lines?

Why dont't you try:

unload to "c:\temp\hola.unl"
select * from tabla
where campoclave is not null
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