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.
sqlite にテーブルがあり、フィールドの ID 名が「profile_id」の自動インクリメント フィールドがあります。
今、profile_id 以外のデータなしで新しい行を追加したいのですが、新しく作成された行の「profile_id」の値が必要です。私のクエリよりも、私に提案してください。
ありがとう!
空の値で挿入を行う必要があります。挿入コマンドはidを返します:long id = db.insert(...);