Hi,
I've uploaded three files to the FTP server: test1.txt, test2.txt and sql.txt
All files are tab delimited and UTF-8 encoded.
sql.txt is the resulting file from the following query:
select A.*, B.* from test1 A OUTER JOIN test2 B
ON A.THREE=B.THREE
As you can see the data in the resulting sql.txt file is screwed up. Can you please look into this issue?
This only seems to happen when using LEFT JOIN, RIGHT JOIN, INNER JOIN or OUTER JOIN.
Thanks,
Frank
|
Supported in join sql. Please download the latest package. Thanks for your report.
|