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 データベースで sql クエリを実行しています。
NSString *queryString = [NSString stringWithFormat:@"SELECT * FROM PROFILE WHERE no = '%@'", txtNo.text];
しかし、大文字と小文字を区別しないクエリが必要です。それ、どうやったら出来るの?
これに関するガイダンスが必要です。