Context Graph connector limitation
- You must specify the column name in the
count
aggregate function ascount(column_name)
. You cannot use the wildcard, as incount(*)
.
count
aggregate function as count(column_name)
. You cannot use the wildcard, as in count(*)
.