It means to group by the first column regardless of what it's called. You can do the same with ORDER BY. SELECT account_id, open_emp_id ^^^^ ^^^^ 1 2 FROM ...
確定! 回上一頁