SELECT location, Sequence_Number FROM HRIS_Users GROUP BY location
I want to get the equivalent Sequence number for each location returned from this query, but i always got this error
"Column 'HRIS_Users.Sequence_Number' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause."

New Topic/Question
Reply


MultiQuote





|