26 June 2012

To delete the column in sql server


To delete the column in sql server

ALTER TABLE TableName
DROP COLUMN ColumnName



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...