mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Typo
This commit is contained in:
parent
6b79cb706a
commit
1f3f902ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ For tab-delimited data, use ``--tsv``::
|
|||
Insert-replacing data
|
||||
=====================
|
||||
|
||||
Insert-replacing works exactly like inserting, with the exception that if your data has a primary key that matches an already exsting record that record will be replaced with the new data.
|
||||
Insert-replacing works exactly like inserting, with the exception that if your data has a primary key that matches an already existing record that record will be replaced with the new data.
|
||||
|
||||
After running the above ``dogs.json`` example, try running this::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue