close
Replace函數
Geography 表格
以下的 Replace 函數,
SELECT REPLACE(region_name, 'ast', 'astern')
FROM Geography;
會獲得如下的結果:
Geography 表格
region_name | store_name |
East | Boston |
East | New York |
West | Los Angeles |
West | San Diego |
以下的 Replace 函數,
SELECT REPLACE(region_name, 'ast', 'astern')
FROM Geography;
會獲得如下的結果:
region_name |
Eastern |
Eastern |
West |
West |
全站熱搜
留言列表