From 82e876eba6674f3797846c1b2df29c8f06ff7ffc Mon Sep 17 00:00:00 2001 From: Nehan Pathan Date: Sun, 8 Mar 2026 04:48:42 +0000 Subject: [PATCH] ASTERIXDB-2456: Fix oversized header in SQL++ primer INSERT example section --- asterixdb/asterix-doc/src/site/markdown/sqlpp/primer-sqlpp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asterixdb/asterix-doc/src/site/markdown/sqlpp/primer-sqlpp.md b/asterixdb/asterix-doc/src/site/markdown/sqlpp/primer-sqlpp.md index 02831ef956d..14e9bb112a9 100644 --- a/asterixdb/asterix-doc/src/site/markdown/sqlpp/primer-sqlpp.md +++ b/asterixdb/asterix-doc/src/site/markdown/sqlpp/primer-sqlpp.md @@ -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. @@ -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. \ No newline at end of file +if you run into any problems or simply have further questions about the AsterixDB system, its features, or their proper use.