If you delete the data in the entire table, the method is as follows:
Related recommendations: "Navicat for mysql usage graphic tutorial"
If you delete a piece of data or certain data in the table, the method is as follows:
The first step is to open Navicat, connect to the mysql client, and find the data to be deleted.
Related recommendations: "Navicat for mysql graphic tutorial"
The second step is to select the data to be deleted, which can be a single piece or multiple pieces. strip.
#The third step is to right-click the selected data and select "Delete Record".
The above is the detailed content of How to delete data in navicat. For more information, please follow other related articles on the PHP Chinese website!