28 November 2012

Get only Date in Sql Server

Get only Date in Sql Server


convert(VARCHAR(10), Fieldname, 101) AS [Field Name]


No comments:

Post a Comment

Comments Welcome

Find number of letter occurence of all letter in c#

  Find number of letter occurence of all letter in c#  namespace ConsoleApp1 {     internal class Program     {         static void Main(st...