A simple case is:
SELECT SUM(money) FROM table;
SELECT SUM(money) FROM table WHERE id<>1;
than I can compute the money of user 1

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/721#issuecomment-1778388638
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave/issues/721/1778388...@github.com>

Reply via email to