Mysql – Syntax error by using alter table statement
I am trying to change column name in SQL but it is showing me error query alter table cust rename column first name to first_name(30) ; error ERROR: syntax error at or near "name"LINE 2: rename column first name to…