Seems that I've found some tricky thing with aliases...
I give an example, it's easier:
I connect with user DEV, who have the necessary grants to see all the tables in the schema CUSTOMER.
Inside that owner CUSTOMER, there is a table CUSTOMER.
select * from CUSTOMER.CUSTOMER c
where c.
There, the pop-up doesn't come with all the fields. But it works for any other tables... Something wrong in the code?
Thanks in advance! ^^
I give an example, it's easier:
I connect with user DEV, who have the necessary grants to see all the tables in the schema CUSTOMER.
Inside that owner CUSTOMER, there is a table CUSTOMER.
select * from CUSTOMER.CUSTOMER c
where c.
There, the pop-up doesn't come with all the fields. But it works for any other tables... Something wrong in the code?
Thanks in advance! ^^