I am new on DB2 and after to create tables and populate them I tried to execute a query like this: Select * from table_name.
An error showed up and I had to change the query to :
Select * from "owner".table_name. Is there any way to omit "owner" and the query runs well?
What must I do to run well the 1st query?
Thanks in advance.
An error showed up and I had to change the query to :
Select * from "owner".table_name. Is there any way to omit "owner" and the query runs well?
What must I do to run well the 1st query?
Thanks in advance.