1. position(substring in string):postgres=# select position('aa' in 'abcd'); ... 2. strpos(string, substring): 该函数的作用是声明子串的位置。 postgres=# ...
確定! 回上一頁