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.
AndroidプロジェクトでORManORMライブラリを使用しています。
次のクエリを実行するにはどうすればよいですか。
SELECT * FROM table1 WHERE my_column is null
難点はヌル部分です。SQLを手動で配置する代わりに、libを使用してクエリを作成したいと思います。
いつでも電話できます
クエリq=new Query( "SELECT * FROM table1 WHERE my_column is null")
それ以外の場合は、C.custom( "my_column is null")で十分だと思います。