Is there anyway I can add a sort of count field to my query, for example what I require is the result of my query to include a column which counts the rows in the queries.
For example:
PositionID NumOfVotes Count
5 5 1
6 2 2
etc.
Any advice please?
For example:
PositionID NumOfVotes Count
5 5 1
6 2 2
etc.
Any advice please?