N1QL是由Couchbase开发者提供的,目前唯一一个支持在NoSQL数据库上执行SQL查询的实现。 N1QL使用方法 基本的选择语句 SELECT 'Hello World' AS Greeting 结果: { "results": [ { "Greeting": "Hello World"