----- Original Message ----- From: "Anderson, James H (IT)" <[EMAIL PROTECTED]>

Sybase supports "select into" but sqllite does not seem to. Here's a
sybase example:

select distinct CDId, CDEvent
  into credDerivEvent
  from credDerivOrig

This query creates the table credDerivEvent. Is there anythin comparable
in sqlite?

I'm no expert, but how does that differ from "insert into ??? select ??? from ???", which is supported by sqlite?

Jeff


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

Reply via email to