0

I have already create the huge database in my application. Now, I have to update one column with name and size with programatically.

As per my research: - Add new column in table - Drop older column from table

I add new column but how to delete old column from table.

Can anybody help me ?

Thanks,

Nirmalsinh Rathod
  • 5,079
  • 4
  • 26
  • 56

1 Answers1

0

I think what you are trying to the is a pure SQL command. Take a look at:

http://www.w3schools.com/sql/sql_alter.asp

macroland
  • 973
  • 9
  • 27