Rich Shepard <[EMAIL PROTECTED]> wrote:
> I want to copy field values for two columns in one table into the
> equivalent columns in another table. I don't find a 'select ... into' option
> in the web page syntax for the command. How should I go about doing this
> data copy?
> 

INSERT INTO ... SELECT ...
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to