You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently do not support GROUP BY for encrypted columns. We do plan to add support for GROUP BY for columns with RANGE encryption, but it's on a low priority for now.
SELECT COUNT(a) FROM t1 GROUP BY b;
The text was updated successfully, but these errors were encountered: