You will need to leave out the AND (:backfill OR p.user_id IN (:user_ids))
condition to run the query in the Data Explorer. :backfill
and :user_ids
both expect parameters to be passed to them.
1 个赞
You will need to leave out the AND (:backfill OR p.user_id IN (:user_ids))
condition to run the query in the Data Explorer. :backfill
and :user_ids
both expect parameters to be passed to them.