All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anwiba.database.oracle.utilities.IndexNameStatement.sql Maven / Gradle / Ivy

There is a newer version: 1.2.50
Show newest version
select index_owner,
       index_name
  from all_ind_columns
 where table_owner = ?
   and table_name = ?
   and column_name = ?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy