摘要:
查看所有表的注释: SELECT table_name 表名, table_comment 表说明 FROM information_schema.TABLES WHERE table_schema = '数据库名' ORDER BY table_name 查询所有表及字段的注释: SELECT a 阅读全文
摘要:
链接人大金仓数据库报错: The authentication type 10 is not supported. Check that you have configured the sys_hba.conf file to include the client's IP address or s 阅读全文