postgres =# SELECT instr('Greenplum', 'e',1); instr ------- 3 (1 row). instr(str text, patt text), If the start parameter is not specified, ...
確定! 回上一頁