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.
この CQL の何が問題なのかわかりません。新しいユーザーの電子メールまたはユーザー名が既存のユーザーと競合するかどうかを確認するだけです。
select email,username from person where email=? or username=?
2 つの別々のクエリに分割する必要がありますか? それは言います:
line 1:33 missing EOF at 'or')
別のクエリとマージを使用する必要があります。CQL には (まだ) OR はありません。