Posts: 87
Threads: 35
Joined: Sep 2015
Reputation:
0
Hi, how I can refresh data in table ?
I use MySQL BlueG R41.
Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
You mean clear everything?
'TRUNCATE TABLE tablename' just run this query it will clear the table. All data stored in the table will be removed.