[This topic is migrated from our old forums. The original author name has been removed]
Hi,
in
select sum(a.Amount/b.FXRate)
from data a, rate b
...
auto completion does not come up on "b.FXRate", probably because of the slash.
Only after writing
sum(a.Amount/ b.FXRate)
it does show the auto completion window.
Regards,
Freewater
anonymous