0

I have a table with column name as "name" and I want to change it to "Student_Name" for this i used the query

Showing Customer Table

ALTER TABLE  "Science_Class" RENAME column name TO Student_Name;

Showing Error Message

But I am getting the error message as the name column doesn't exit.

a_horse_with_no_name
  • 497,550
  • 91
  • 775
  • 843

0 Answers0