sql優化:with as 做 union all的子查詢 來避免屢次掃描表

語法:html 1.結構: with 別名 as ( 公共sql片斷 )sql 2.CTE(公共表達式)後面必須直接緊跟使用CTE的SQL語句,不然失效;code 如:htm 1) with cr as (select CountryRegionCode from person.CountryRegion where Name like 'C%' ) 索引   select * from pers
相關文章
相關標籤/搜索