Slide 26
Slide 26 text
+40/͔ΒΫΤϦΛੜ
{
"conditions": [
{
"array_matching": null,
"left_value": {
"name": "country"
},
"operator": {
"not": false,
"right_value": "japan",
"type": "Equal"
},
"type": "Value"
},
{
"array_matching": null,
"left_value": {
"aggregation": {
"grouping_columns": [],
"type": "Count"
},
"filter": {
"conditions": [
{
"array_matching": null,
"column": “city”,…
select
a."cdp_customer_id"
from "cdp_audience_21821"."customers" a
where a."country" = 'japan'
and a."cdp_customer_id" in (
select
_r1."cdp_customer_id"
from "cdp_audience_21821"."behavior_behavior_1" _r1
where _r1."city" = 'Mexico City9'
)
-- set session distributed_join = 'true'