dont forget mysql command
1. select*from name_table; (show data in table)
2. alter table name_table1 rename name_table2; (change the table name)
3. drop table name_table; (erase the table name)
4. delete from name_table; (erase the data table)
2. alter table name_table1 rename name_table2; (change the table name)
3. drop table name_table; (erase the table name)
4. delete from name_table; (erase the data table)
Komentar
Posting Komentar