Skip to content

Commit

Permalink
Update MYSQL_Cheatsheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkalburgi authored Oct 20, 2022
1 parent a4fb1fc commit aec1828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MYSQL_Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ MYSQL
DROP VIEW VIEW1,VIEW2…;
#Truncate a table
TRUNCATE [TABLE] TABLENAME;
TRUNCATE [TABLE] table_name;
#Rename a table
RENAME TABLE OLDTABLENAME TO NEWTABLENAME;
RENAME TABLE table_name TO table_name;

0 comments on commit aec1828

Please sign in to comment.