How do I find the column listing in UniVerse with RetrieVe or SQL?
问题 I've got an issue where a table (file) is set up to return column foo on LIST table and SELECT * FROM table . I need to know the other possible columns in table . I'm pretty sure this was achieved by setting @ (behavoir definition of unqualified LIST ), and @select (behavoir definition of * with very SELECT ) but I don't know how to get the full list of columns. How do I read the table schema in uvsh and query for the physical table columns? Running LIST.ITEM on the table shows me a list of