【发布时间】:2021-11-08 07:44:13
【问题描述】:
我的架构是 mongoid STRING NULLABLE
order_vfid STRING NULLABLE
order_storeid STRING NULLABLE
order_filterdate DATETIME NULLABLE
order_sortdate DATETIME NULLABLE
order_time DATETIME NULLABLE
order_shopify_name STRING NULLABLE
order_shopify_id STRING NULLABLE
shipping_address 重复记录
customer_details 记录重复
order_payment_status STRING NULLABLE
order_fulfillment_status STRING NULLABLE
order_status STRING NULLABLE
order_currency STRING 可为空
order_total_paid FLOAT NULLABLE
is_cod INTEGER NULLABLE
line_items 记录重复
lineitem_id STRING NULLABLE
vfsku 字符串可以为空
product_shopifyid STRING NULLABLE
variant_shopifyid STRING NULLABLE
数量 FLOAT NULLABLE
名称 STRING NULLABLE
目录名称 STRING NULLABLE
item_total_sold_price FLOAT NULLABLE
折扣 FLOAT NULLABLE
确认日期 STRING NULLABLE
item_vforderstatus STRING NULLABLE
product_status STRING NULLABLE
输入 STRING NULLABLE
total_shipping2 FLOAT NULLABLE
shipping_perquantity2 FLOAT NULLABLE
vfprodid STRING NULLABLE
现在我正在使用查询获取数据,但出现错误。请帮帮我。 我的查询是 SELECT * FROM testdata.orders where line_items.vfsku = 'VFPQ123_VT1'
【问题讨论】:
-
错误是什么?
标签: google-bigquery