Apr 5, 2001 #1 cyork MIS Apr 4, 2001 34 CA I want to have a select querry from which the first x records can be appended to another empty table. x being a variable. Thanks, Chris
I want to have a select querry from which the first x records can be appended to another empty table. x being a variable. Thanks, Chris
Apr 6, 2001 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB select top xRecords t.* from (select... from xxx) as t John Fill ivfmd@mail.md Upvote 0 Downvote