Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.37 » View Incident Report |
Serious |
Reported By: Suat Hakki Reported On: 10/2/2013 For: Version 4.36 Build 3 |
select a.SONG_ID, a.SONG_NAME, b.ARTIST_NAME from ARTISTS b, SONGS a where b.ARTIST_ID=a.ARTIST_ID and a.SONG_ID>=495 and a.SONG_ID<996 order by a.SONG_ID top 2 returns incorrect set (retrieves records with SongId 713, 714) select a.SONG_ID, a.SONG_NAME, b.ARTIST_NAME from ARTISTS b, SONGS a where b.ARTIST_ID=a.ARTIST_ID and a.SONG_ID>=495 and a.SONG_ID<996 order by a.SONG_ID top 2 returns correct set (retrieves records with SongId 495, 496)
This web page was last updated on Wednesday, October 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |