F. van Boven
Member²
Hi,
it would be nice if the code assistant would show join suggestions. So the completion of the query:
would also give "m.MANUFACTURERID = p.MANUFACTURERID" as an option instead of just the available fields in the aliased table...
So the list would look something like:
Greetz,
Frank van Boven
it would be nice if the code assistant would show join suggestions. So the completion of the query:
Code:
select
p.PRODUCTID,
p.PRODUCT
from
PRODUCT p
inner join MANUFACTURER m on m.
would also give "m.MANUFACTURERID = p.MANUFACTURERID" as an option instead of just the available fields in the aliased table...
So the list would look something like:
Code:
MANUFACTURERID = p.MANUFACTURERID
MANUFACTURERID
MANUFACTURER
Greetz,
Frank van Boven