Add new column to MySQL table

0 votes
199 views
added Aug 2, 2017 in mySQL by anonymous
recategorized Jul 18, 2018 by LC Marshal
ALTER TABLE myproject ADD project_state VARCHAR( 50 ) after project_location
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...