Hieronder mijn SQL regel in Access. Wat moet hier aan veranderd worden om deze te kunnen draaien in SQL7?
objRS.open "SELECT TOP 2 Content_NL.ContentTitle, Content_NL.ContentContent, Content_NL.ContentID, Content_NL.ContentDate FROM Content_NL GROUP BY Content_NL.ContentTitle, Content_NL.ContentContent, Content_NL.ContentID, Content_NL.ContentDate ORDER BY Content_NL.ContentID DESC;"
objRS.open "SELECT TOP 2 Content_NL.ContentTitle, Content_NL.ContentContent, Content_NL.ContentID, Content_NL.ContentDate FROM Content_NL GROUP BY Content_NL.ContentTitle, Content_NL.ContentContent, Content_NL.ContentID, Content_NL.ContentDate ORDER BY Content_NL.ContentID DESC;"