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.
クエリを使用するときにクエリを解決するのを手伝ってください-いくつかの文字を減算し、% を使用して一致する LIKE を見つけたいだけです:
select * from `providers` WHERE `name` LIKE SUBSTR('telin',1,4)%
私が間違っていることを教えてください。どんな種類の助けも大歓迎です!