• crate中文手册
  • 说明
  • 概览
    • 高级架构
    • Crate vs 关系型数据库
  • 架构
    • 集群和无共享(Clusters and Shared Nothing)
    • JOINS(联结)
    • 存储和一致性(Storage and Consistency)
  • 1.安装
    • 1.1 本地安装
  • 2.配置
    • 2.1 表设置(Table Settings)
    • 2.2 具体节点配置(Node Specific Settings)
    • 2.3 集群范围的配置(Cluster Wide Settings)
    • 2.4 日志(Logging)
    • 2.5 环境变量(Environment Variables)
  • 3.crate控制台(CRATE CLI)
    • 3.1 命令行选项(Command Line Options)
    • 3.2 信号控制(Signal Handling)
  • 4.hello crate
    • 4.1 Hello Crate
  • 5.Crate SQL
    • 5.1 数据定义(Data Definition)
    • 5.2 数据操作(Data Manipulation)
    • 5.3 Crate查询(Querying Crate)
      • 数据检索(Retrieving Data)
      • 刷新(Refresh)
      • 全文搜索(Fulltext Search)
      • Geo Search
    • 6.Blob 支持
    • 7.插件
    • 8.数据采集器
    • 9.最佳实践
Powered by GitBook

5.3 Crate查询(Querying Crate)

CRATE查询(QUERYING CRATE)

本章提供了使用SQL语句查询文档的概览。有关表的创建和数据的定义请参阅数据定义。

  • Retrieving Data
    • FROM Clause
    • Joins
    • DISTINCT Clause
    • WHERE Clause
    • Regular Expressions
    • LIKE
    • NOT
    • IN
    • IS NULL
    • IS NOT NULL
    • ANY (array)
    • Limits
    • Inner/Nested Objects
    • Object Arrays
    • Data Aggregation
    • GROUP BY
  • Refresh
    • Multiple Table Refresh
    • Partition Refresh
  • Fulltext Search
    • MATCH Predicate
    • Usage
    • Searching On Multiple Columns
    • Negative Search
    • Filter By _score
  • Geo Search
    • Match Predicate
    • Exact Queries

results matching ""

    No results matching ""