387
技術社區[雲棲]
oracle 判斷列是否在數據庫中存在
select count('列名') from cols where table_name=upper('表名') and column_name=upper('列名')
其存在與否的結果與oracle 判斷某個表是否存在一樣,都是返回1或者0
最後更新:2017-04-03 12:54:23
387
技術社區[雲棲]
最後更新:2017-04-03 12:54:23