Devlive 开源社区 本次搜索耗时 1.994 秒,为您找到 161 个相关结果.
  • Prepared Statements

    1122 2024-06-24 《Apache AGE 0.6.0》
    Cypher Parameter Format Prepared Statements Preparation Prepared Statements Execution Cypher can run a read query within a Prepared Statement. When using parameters with stored...
  • Greenplum

    Greenplum Greenplum source connector Description Read Greenplum data through Jdbc connector . Key features batch stream exactly-once column projection supports qu...
  • CREATE

    1066 2024-06-24 《Apache AGE 0.6.0》
    Terminal CREATE clauses Create single vertex Create multiple vertices Create a vertex with a label Create a vertex with labels and properties Return created node Create an ed...
  • RETURN

    1065 2024-06-24 《Apache AGE 0.6.0》
    Return nodes Return edges Return property Return all elements Variable with uncommon characters Aliasing a field Optional properties Other expressions Unique results In t...
  • Amazon RDS Requirements

    Ranger requires a relational database as its policy store. There are additional prerequisites for Amazon RDS-based databases due to how Amazon RDS is set up and managed: MySQL/M...
  • List Functions

    1058 2024-06-24 《Apache AGE 0.6.0》
    Data Setup keys range labels nodes relationships toBooleanList Data Setup SELECT * from cypher ( 'graph_name' , $$ CREATE ( A : Person { name : 'Alice' , age ...
  • SET

    1026 2024-06-24 《Apache AGE 0.6.0》
    Terminal SET clauses Set a property Return created vertex Remove a property Set multiple properties using one SET clause The SET clause is used to update labels and properti...
  • Amazon RDS 要求

    Ranger 需要一个关系数据库作为其策略存储。由于 Amazon RDS 的设置和管理方式不同,基于 Amazon RDS 的数据库还有其他先决条件: MySQL/MariaDB 先决条件 PostgreSQL 先决条件 Oracle 先决条件
  • ORDER BY

    1021 2024-06-24 《Apache AGE 0.6.0》
    Introduction Order nodes by property Order nodes by multiple properties Order nodes in descending order Ordering null ORDER BY is a sub-clause following WITH . ORDER BY spec...
  • Cypher in SQL expressions

    1009 2024-06-24 《Apache AGE 0.6.0》
    Using Cypher with ‘=’ Working with Postgres’s IN Clause Working with the Postgres EXISTS Clause Querying Multiple Graphs Cypher cannot be used in an expression— the query must...