|
-
Nov 18th, 2000, 10:49 PM
#1
Thread Starter
Frenzied Member
hmm
after suggestions
i used the following
SQL = "SELECT TOP 20 ArtistName, SongName, SongID, Location, SongTime, SongHits FROM Songs, Albums, Artists WHERE (Artists.ArtistID = Albums.ArtistID) AND (Albums.AlbumID = Songs.AlbumID) AND Songs.SongHits > 0 ORDER BY Songs.SongHits DESC"
but it doesnt get only first 20
it gets all that have Songs.SongHits > 0
so it returns all
grrr
any suggestion
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|