使用此查詢. SELECT trim(title) FROM ( SELECT unnest( xpath('//p[@class="secTitle1"]', xmlText )::varchar[] ) AS title FROM t1 ) as t2
確定! 回上一頁