我正在使用Oracle DB。
当我插入到我的表中时,由于某种原因,其中一个列的值被屏蔽了,我不知道为什么?我搜索了这个问题,我看不出任何类似的问题。
例如,
当我执行以下插入时:
INSERT INTO table (column1, column2)
VALUES (123, 'Hello Customer, your bill is ready to view.');
Hello
被屏蔽,如下所示"** masked ** Customer, your bill is ready to view."