How to get Day or Weekday name from date in Sql Server ... SELECT GetDate() 'Today' , DATENAME(dw,GETDATE()) 'Day Name' ...
確定! 回上一頁