I have a basic select statement that just lists those fields from one table (a view actually) I wish to return (could also just say select *).
example:
Select fld1, fld2, fld3 from ViewTable group by fld1
Oracle returns the "not a GROUP BY expression" error message. I've compared my syntax with other examples and am starting to worry that I'm completely blind (for not having seen whatever is wrong).
Any guidance would be greatly appreciated.
Thanks,
O.
example:
Select fld1, fld2, fld3 from ViewTable group by fld1
Oracle returns the "not a GROUP BY expression" error message. I've compared my syntax with other examples and am starting to worry that I'm completely blind (for not having seen whatever is wrong).
Any guidance would be greatly appreciated.
Thanks,
O.