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.
SQL LIKE キーワードを使用して Tarantool DB でクエリを作成する適切な方法は何ですか? 例えば:
SELECT * FROM space where smth LIKE '%some_value%';
インデックスの一部を使用して値を検索できますか? または、そのような機能のために独自の LUA スクリプトを作成する必要がありますか?
はい、Lua スクリプトを作成する必要があります。これは、スペースを反復処理し、タプルのフィールドでlua 関数gsubを使用します。'smth'今のところ、文字列の一部を検索する方法はありません。
gsub
'smth'