Renames the column
name
to
title
ALTER TABLE note CHANGE name title VARCHAR(210)
by Valeri Tandilashvili
4 years ago
MySQL
ALTER TABLE
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences