mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 09:47:25 +01:00
* Removed "as" keyword from query, it is not supported by Firebird
git-svn-id: trunk@10706 -
This commit is contained in:
parent
263984f874
commit
bafff6548d
@ -913,7 +913,7 @@ begin
|
||||
begin
|
||||
with query do
|
||||
begin
|
||||
SQL.Text:='select TT.NAME from FPDEV left join FPDEV as TT on TT.ID=FPDEV.ID';
|
||||
SQL.Text:='select TT.NAME from FPDEV left join FPDEV TT on TT.ID=FPDEV.ID';
|
||||
Open;
|
||||
close;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user