gpt4 book ai didi

android - sqlite中select语句的使用

转载 作者:行者123 更新时间:2023-11-30 04:19:47 27 4
gpt4 key购买 nike

Cursor mCursor = mDb.query(true, CUSTOMER_TABLE_NAME, 
new String[] {GENERIC_ID_KEY, ADDRESS_KEY, PHONE_KEY, EMAIL_KEY,CUSTOMER_NAME_KEY},
GENERIC_ID_KEY + "=" + customerDbId, null,
null, null, null, null);

如果 GENERIC_ID_KEY 和 customerDbId 是字符串,我应该如何修改这个命令。我尝试在 b/w 中使用 like,但结果仍然是负面的,抛出了 n 个错误。

最佳答案

如果 customerDbId 是字符串类型,则将其放在引号之间

作为

GENERIC_ID_KEY + "= '" + customerDbId + "'"

关于android - sqlite中select语句的使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9451869/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com