運維面試題(數據庫)

運維面試題(數據庫) 數據庫 (1)查詢年齡在20-30之間的用戶 A: select *from 表 where datediff(year,出生日期,getdate())<20 20歲如下的 select *from 表 where adtediff(year,出生日期,getdate()) between 20 and 30 20-30歲 select *from 表 where adted
相關文章
相關標籤/搜索