... data from another table DEFINE TABLE users_by_gender AS SELECT gender, count() AS total, math::mean(age) AS average_age FROM user GROUP BY gender ;.
確定! 回上一頁