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 データベースでクエリを作成するために、これをプログラムに組み込んでいます。
rc = sqlite3_prepare(pMinte, "SELECT * FROM 'minte'", -1, &stmt, 0);
そしてそれはうまく動作します。しかし、クエリが必要な場合はどうすればよいですか
SELECT * FROM 'minte' WHERE something = 'ășîâț'
?
私に怒鳴らないでください、私は初心者です。