1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix a bug in the R-Tree documentation. (CVS 5186)

FossilOrigin-Name: bb445a4b1fe43d7b3e8546a6510f4e3c3ecb500b
This commit is contained in:
drh
2008-06-04 14:20:09 +00:00
parent b53e496095
commit 72e87f44d0
3 changed files with 9 additions and 9 deletions

View File

@ -35,7 +35,7 @@ and query r-tree structures using ordinary SQL statements.
For example:
CREATE VIRTUAL TABLE boxes USING rtree(boxno, xmin, xmax, ymin, ymax);
CREATE VIRTUAL TABLE boxes USING rtree(1, 1.0, 3.0, 2.0, 4.0);
INSERT INTO boxes VALUES(1, 1.0, 3.0, 2.0, 4.0);
Constructing a virtual r-tree table <name> creates the following three
real tables in the database to store the data structure: