|
I have a data sheet about video on demand
I want to sort in descending order by click-through rate, movie names don't show duplicate names
CTR field is FClick
Movie name field is FName
The name of the data table is: Film
I wrote this: select top 3 FName, FClick From Film by Group FName order By FClick DESC
An error occurred while configuring SQL in the data adapter of the VS.NET environment, please help |
|