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 registration_line1 FROM table WHERE REGEXP_LIKE(column, '[$]+');
ここで、上記のクエリを使用して、$ で始まるレコードを取得しましたが、開始位置に関係なくレコードを提供しますか? たとえば、以下の結果を与える
$shankar shank$ ar but i need only $shankar
結果を得る方法を助けてください!!!!