The SELECT statement supports queries on the virtual view: VSD_COLUMNSV[X].
Example:
Select contents from all the columns on the iceberg_hive_ft catalog.
SELECT * FROM vsd_columnsv WHERE CatalogName = ' iceberg_hive_ft ' ;
*** Query completed. No rows found. *** Total elapsed time was 2 seconds