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.
表では、いくつかのデータが頻度、頻度[1]、頻度[2]...のようなパターンになっています。
where句で頻度を指定した場合、テーブルからこのパターンのすべての行を取得するにはどうすればよいですか?
「GLOB」キーワードを試してみましたが、これ以上データが返されません。
クエリ:
select * from tblfrequencyCustom where frequency GLOB 'Ff' OR 'Ff[*]'