Re: Problem with FETCH/INTO

From: Kramer314 <johnlkramer_at_gmail.com>
Date: Mon, 4 Aug 2008 18:19:04 -0700 (PDT)
Message-ID: <23dfb9c4-eb47-483f-97c8-7de045f8d825@j7g2000prm.googlegroups.com>


This reply was mine using a different client (forgot I had switched).

On Aug 4, 6:14 pm, Jack <k314159..._at_gmail.com> wrote:
> > You can't fetch into a table. What you want there is a record collection.
> > Unless of course you really want to copy records from one table to another,
> > in which case you want to use INSERT INTO tblName2 SELECT FROM tblName1 ...
>
> Yeah. That's probably what I want except that it is a very big table,
> and I want to do it a few records at a time. Can I use the LIMIT
> modifier on an INSET INTO/ SELECT statement like that?
Received on Mon Aug 04 2008 - 20:19:04 CDT

Original text of this message