Subject | Re: [firebird-support] Huge performance different from FB 2.5.2 vs FB 3.02 |
---|---|
Author | |
Post date | 2017-09-25T17:02:16Z |
Karol:
Not to highjack the thread, but a question. You stated:
> this is terible to read. Please change join style to explicite join style
>
> instead SELECT .. FROM TABLE_A A, TABLE_B B WHERE A.ID=B.ID
> write SELECT .. FROM TABLE_A A INNER JOIN TABLE_B B ON A.ID=B.ID
I'm not a DB expert, only as I have to but I read the first line easier than the second line, but not without much difference. Why do you state it is terrible?
Ed Dressel