输入“ ALLOW”处没有可行的选择

时间:2019-02-13 22:04:15

标签: java cassandra datastax

@Query("select * from asset_layered_view where client_uuid = :clientUUID and "
    + "site_uuid = :siteUUID and installation_uuid = :installationUUID and "
    + "file_name = :fileName ALLOW FILTERING"

执行此查询时,出现以下错误:

  

com.datastax.driver.core.exceptions.SyntaxError:第3行:33不可行   输入'ALLOW'(...和   installation_uuid = de8afb7f-8791-4069-8e37-e4704c6f610b和
  file_name = [download_media] .png ...)

0 个答案:

没有答案