Aug 28, 2007 #1 tbtcust Programmer Oct 26, 2004 214 US Hi all. How can I load a straight bar (|) delimited file into a table? Below is what I have so far. Thanks in advance for any help. db2 load from MyFile.dat of del replace into tbl_A (col_1, col_2, col_4)
Hi all. How can I load a straight bar (|) delimited file into a table? Below is what I have so far. Thanks in advance for any help. db2 load from MyFile.dat of del replace into tbl_A (col_1, col_2, col_4)
Aug 28, 2007 Thread starter #2 tbtcust Programmer Oct 26, 2004 214 US db2 "load from MyFile.dat of del modified by coldel| replace into tbl_A" The (") are needed because this my OS is w2k and it's doing somting to the |. Upvote 0 Downvote
db2 "load from MyFile.dat of del modified by coldel| replace into tbl_A" The (") are needed because this my OS is w2k and it's doing somting to the |.