Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はCassandraを初めて使用し、このような単純な結合クエリを試しました
$result = new Cassandra\SimpleStatement(<<<EOD select city.*, state.* from city, state where city.city_id = state.city_id EOD );
しかし、うまくいかないので、誰か助けてください。
私は dbeaver に詳しくありませんが、Cassandra CQL は結合をサポートしていないため、あなたがしようとしていることはサポートされていない可能性があります。