Clark Christensen <[EMAIL PROTECTED]> wrote:
> I don't think SQLite supports "REPLACE INTO..."  I'm pretty sure "REPLACE" =
> is a conflict action in SQLite.  
> 
> Perhaps "INSERT OR REPLACE INTO Memb=
> erAccounts (MemberId, Balance) SELECT..." will do what you want?
> 

I went to the extra trouble of making REPLACE INTO an
alias for INSERT OR REPLACE INTO for compatibility with
MySQL.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


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

Reply via email to