ODBC guide

Get index metadata


Returns the mapping (schema) for an index or alias. Supply the index or alias name in the WITH clause.

SELECT * FROM get_index_metadata WITH (Index='my_index_name')