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,