Postgresql में समतुल्य कार्य है:
strpos(string, substring)
या:
position(substring in string)
वे समकक्ष हैं, बस पैरामीटर में अलग-अलग क्रम के साथ।
यदि आपको पैरामीटर start_location की भी आवश्यकता है, तो आपको स्ट्रॉप्स के लिए एक सबस्ट्रिंग पास करने की आवश्यकता होगी।
आप उन्हें इसमें पा सकते हैं:https://www.postgresql.org/docs /current/functions-string.html