gbase8a如何查询表的列信息
可以通过查询系统表获取列信息 select COLUMN_NAME) from information_schema.COLUMNS where TABLE_SCHEMA=upper(‘db1’) and TABLE_NAME=upper(‘t1’ )