English 中文(简体)
对大工厂的无效价值不进行加密
原标题:Encryption is not happening for the null values in bigquery

在大克里,对无效价值没有进行加密。 如何处理这一问题? 我正在使用To_HEX(AEAD)。 ENCRYPT (keyset, CAST(null AS string), AeadData) AS Enc_ Value. 结果,我就失去了意义。 谁能提供帮助?

问题回答

文件指出,如果任何投入无效,将退回无效,因此,你必须检查你的投入,使其无效,并使用另一种价值,也许是一种空洞的扼杀或像“!!!!!! NUL! 那么,无论什么东西都是对所知道的用于检查发送器的数值进行加密。





相关问题
Bigquery table join with specific conditions

I have this table A which contains | ID | Start Date | End Date | |:---- |:----------:| --------:| | 1 | 2020-03-01 |2020-03-02| | | 2020-05-01|2020-05-02| | 2 | 2020-06-01|2020-06-02| ...

SQL IN operator in Bigquery

Suppose I have two tables of devices, my table 1 and table 2. I need to get all the models that has band (in table). Looking for ways on to execute this in sql bigquery. Thanks for the answer Table 2 ...

页: 1

I am trying to split my Date column into 2 separate columns (DATE & TIME). Currently, the date column has the date with a time stamp, and I need to drop the time stamp or put it into another ...

Does Google BigQuery require a schema? [closed]

I want to use bigquery for storing logs. Does it require a fixed schema like Mysql and other RDBMS or it is like nosql where there is no schema?

How to Analyze and Query big chunks of data

I need to: 1. Analyze big files of http logs I m thinking in using mapreduce but I m not sure where to host it. Shall I use App Engine Mapper or EC2+MapReduce or simply use it in my VPS? Other ...

MapReduce in the cloud

Except for Amazon MapReduce, what other options do I have to process a large amount of data?

热门标签