opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ support group by aliases

Open joocer opened this issue 9 months ago • 0 comments
trafficstars

SELECT EXTRACT(YEAR FROM hire_date) AS hire_year, COUNT(*)
FROM employees
GROUP BY hire_year;

joocer avatar Feb 10 '25 01:02 joocer