Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I take it back, test code seems to be working correct.
Tried this in the TTest_Join.Test_EmptyKeyJoin_InnerJoin()
...
with FQuery.SQL do begin
Clear;
Add('SELECT A.[Test-1], B.ItemCode');
Add( 'FROM D1 A INNER JOIN D2 B ON (A.[Test-1]=B.[Test-2])');
end;
Without the square brackets it gets a parse error, with them it seems to work
correctly...will need to test some more.
Original comment by bdwil...@gmail.com
on 14 Aug 2013 at 6:09
My fault the hyphen with square brackets works correctly. Issue was me missing
the first SELECT id.
Solved.
Original comment by bdwil...@gmail.com
on 14 Aug 2013 at 8:40
Original issue reported on code.google.com by
bdwil...@gmail.com
on 13 Aug 2013 at 8:47