Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions asterixdb/asterix-doc/src/site/markdown/sqlpp/primer-sqlpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ The expected result for this fuzzy join query is:
{ "chirp": { "chirpId": "5", "user": { "screenName": "NathanGiesen@211", "lang": "en", "friendsCount": 39339, "statusesCount": 473, "name": "Nathan Giesen", "followersCount": 49416 }, "senderLocation": { “type”: “Point”, “coordinates”:[40.09,92.69] }, "sendTime": "2006-08-04T10:10:00.000", "referredTopics": [ "product-w", "speed" ], "messageText": " can't stand product-w its speed is terrible:(" }, "similarChirps": [ ] }
{ "chirp": { "chirpId": "8", "user": { "screenName": "NathanGiesen@211", "lang": "en", "friendsCount": 39339, "statusesCount": 473, "name": "Nathan Giesen", "followersCount": 49416 }, "senderLocation": { “type”: “Point”, “coordinates”:[46.05,93.34] }, "sendTime": "2005-10-14T10:10:00.000", "referredTopics": [ "product-z", "shortcut-menu" ], "messageText": " like product-z the shortcut-menu is awesome:)" }, "similarChirps": [ ] }

## Inserting New Data ###
### Inserting New Data ###
In addition to loading and querying data, AsterixDB supports incremental additions to datasets via the SQL++ _INSERT_ statement.

The following example adds a new chirp by user "NathanGiesen@211" to the ChirpMessages dataset.
Expand Down Expand Up @@ -930,4 +930,4 @@ AsterixDB is powerful, so use it wisely, and remember: "With great power comes g

Please e-mail the AsterixDB user group
(users (at) asterixdb.apache.org)
if you run into any problems or simply have further questions about the AsterixDB system, its features, or their proper use.
if you run into any problems or simply have further questions about the AsterixDB system, its features, or their proper use.