On redhat linux and mysql version: 3.23.58, I am using a left join statement:
SELECT _wy_short.*, t_specialty FROM _wy_short LEFT JOIN test_wy_short ON _wy_short.upin = test_wy_short.t_upin into outfile '/home/data/upin/_wy_short4.txt';
The outfile has an unknown character inserted at the join.
Running the statement without an outfile, the display is thrown off.
Downloading the outfile to windows, one text editor shows it as ?tab (questionmark tab), another text editor shows it as Ptab (linefeed tab). Microsoft word shows it as plain tab.
Any ideas?
Thanks
SELECT _wy_short.*, t_specialty FROM _wy_short LEFT JOIN test_wy_short ON _wy_short.upin = test_wy_short.t_upin into outfile '/home/data/upin/_wy_short4.txt';
The outfile has an unknown character inserted at the join.
Running the statement without an outfile, the display is thrown off.
Downloading the outfile to windows, one text editor shows it as ?tab (questionmark tab), another text editor shows it as Ptab (linefeed tab). Microsoft word shows it as plain tab.
Any ideas?
Thanks