I try to run a query on db2 but I get the following error :
DB2 SQL Error: SQLCODE=-551, SQLSTATE=42501, SQLERRMC=GCD_ADMIN;SELECT;GCD_ADMIN.TAYEBEDS, DRIVER=4.7.85
this is my code :
results = stmt.executeQuery("select "+schema +"."+ edsTable + ".OBJECTTYPE from "+ schema +"."+ edsTable);