【问题标题】:How to fetch distinct single column value from gemfire region without where clause?如何在没有 where 子句的情况下从 gemfire 区域获取不同的单列值?
【发布时间】:2022-11-11 01:32:19
【问题描述】:

我是 Gemfire 的新手,并试图从 Gemfire 带来不同的单列值。我正在尝试如下,但它给了我错误 -

select transactionStatus from /Transaction limit 1000

错误:

执行查询失败,导致nullpointerException

【问题讨论】:

    标签: gemfire


    【解决方案1】:

    引用GemFire documentation

    你有没有尝试过:

    select tr.transactionStatus from /Transaction tr limit 1000

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-10-12
      • 2023-03-03
      • 2017-05-12
      • 1970-01-01
      • 2011-12-07
      • 2018-09-16
      • 2012-05-31
      • 2018-07-04
      相关资源
      最近更新 更多