[codecraft] What SQL’s Co-Creator Sees in NoSQL

Philip Durbin philipdurbin at gmail.com
Sat Nov 11 09:08:17 EST 2017


Cool. This prompted me to look at examples from
https://en.wikipedia.org/wiki/Couchbase_Server#N1QL

SELECT * FROM `bucket` WHERE email LIKE "%@gmail.com";

SELECT * FROM `bucket` WHERE ANY x IN friends SATISFIES x.name = "cate" END;

It makes me think of how from time to time I try to get `jq` to do a
complex query.



On Wed, Nov 8, 2017 at 6:16 PM, Michael Bar-Sinai <mich.barsinai at icloud.com>
wrote:

> https://www.datanami.com/2017/11/01/sqls-co-creator-sees-nosql/
>
>
> _______________________________________________
> codecraft mailing list
> codecraft at or8.net
> http://or8.net/mailman/listinfo/codecraft
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://or8.net/pipermail/codecraft/attachments/20171111/c9f586b0/attachment.html>


More information about the codecraft mailing list