Inputting null numeric values from Python to Snowflake

前端 未结 0 1757
时光说笑
时光说笑 2021-01-15 14:13

I am trying to pass null numeric values from Python into Snowflake.

I have created a Snowflake table using

CREATE TABLE my_table (
col0 int
)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题