例如,使用SQL我可以做:
SELECT (a+b) as c FROM table WHERE c < 5 AND (c*c+t) > 100;
使用Postgres有什么办法吗?
sql postgresql
postgresql ×1
sql ×1