問題タブ [data-masking]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
43 参照

sql-server-2016 - SQL2016 でデータ マスキングを防止する方法

SQL2016 で動的データ マスキングを使用する場合

select ステートメントは値を返します

"XXXXXXX"

私のプロセスにとって有効な値ではない空のフィールドの場合。

データマスキングを使用する方法はありますが、値を持つフィールド (スペースではなく、null ではない) に対してのみですか?

ありがとうございました