我有下面的sql查询,需要在bigquery上运行. select replace(substring(p.name, charindex(',', p.name), len(p.name)), ',', '') AS [First_Name] from people p.
確定! 回上一頁