查找oracle数据库表中是否存在系统关键字的方法

编程学习 2021-07-05 16:08www.dzhlxh.cn编程入门
遇到列说明无效的报错情况,这是由于数据库列名起的不好引起的,名字用到了数据库的关键字

今天在工程中遇到“ORA-01747: user.table.column, table.column 或列说明无效”的报错情况,查了一下是由于数据库列名起的不好引起的,名字用到了数据库的关键字。

select *
from v$reserved_words
where keyword
in(
select COLUMN_NAME
from all_tab_columns
where table_name = '表名大写' and owner='用户名大写'
);

ID可以忽略

Copyright © 2016-2025 www.dzhlxh.cn 金源码 版权所有 Power by

网站模板下载|网络推广|微博营销|seo优化|视频营销|网络营销|微信营销|网站建设|织梦模板|小程序模板