~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/replace.rst

  • Committer: Brian Aker
  • Date: 2010-10-28 17:12:01 UTC
  • mfrom: (1887.1.3 merge)
  • Revision ID: brian@tangent.org-20101028171201-baj6l1bnntn1s4ad
Merge in POTFILES changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Replacing Data
2
 
==============
 
2
========
3
3
 
4
4
In Dizzle you can make use of REPLACE to insert a new record into a table or
5
5
delete and insert a record in a table if a record matching the primary key
15
15
REPLACE INTO table_1 VALUES (4);
16
16
 
17
17
 
18
 
REPLACE is an extension to the SQL Standard that first appeared in MySQL.
 
18
REPLACE is an extension to the SQL Standard that firtst appeared in MySQL.