::person]);SELECT * FROM my_people WHERE 20 > ANY( (mperson) .age);ERROR: column.age applied to type person[], which is not a composite type
LINE 1: SELECT mperson FR
UPDATE Notes SET read = true where user_id = 'xxx'; // Says Error我尝试过创建一个次要索引我选择了user_id作为主要的关键原因,因为我希望能够做到select * from Notes where user_id = 'xxx'应该是可能的。