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.
次のようなクエリを使用しています
SELECT * FROM tablename WHERE token LIKE 'v_%'
これにより、トークンがで始まるレコードが生成されますv_(これはまさに私が望むものです) が、ちょうどで始まるレコードも表示されますv(スクリーンショットを添付)
v_
v
なぜこうなった?何か不足していますか?