当前位置:网站首页>Delete table data or clear table
Delete table data or clear table
2022-07-31 15:22:00 【Xiao Liu learns Android】
Summary of ways to delete records:
- Delete by condition: DELETE FROM tb_name [WHERE options] [ [ ORDER BY fields ] LIMIT n ]
- Delete all (table empty, including auto increment counter reset): TRUNCATE tb_name
Note:
truncate table is to clear the data in the data table and reset the auto-increment counter.But the table is still there, the data table is not deleted.
边栏推荐
猜你喜欢

Tencent Cloud Deployment----DevOps

微信聊天记录中搜索红包

大健云仓冲刺美股:增营收反减利润 京东与DCM是股东
![[MySQL] Mysql paradigm and the role of foreign keys](/img/9d/a4295de26683d7bca2b8e9d14f754b.png)
[MySQL] Mysql paradigm and the role of foreign keys

四象限时间管理有多好用?

TRACE32 - Common Operations

abaqus find contact pairs报错:surface name is already in use

Ubantu专题4:xshell、xftp连接接虚拟机以及设置xshell复制粘贴快捷键

WeChat chat record search in a red envelope

分成两栏后文字顺序混乱的问题解决【写期刊论文时】
随机推荐
大健云仓冲刺美股:增营收反减利润 京东与DCM是股东
Efficient use of RecyclerView Section 1
Tencent Cloud Deployment----DevOps
Internet banking stolen?This article tells you how to use online banking safely
思路迪医药冲刺港股:5个月亏2.9亿 泰格医药与先声药业是股东
R语言ggstatsplot包ggbarstats函数可视化条形图、并添加假设检验结果(包含样本数、统计量、效应大小及其置信区间、显著性、组间两两比较、贝叶斯假设)、检验结果报告符合APA标准
腾讯云部署----DevOps
mysql black window ~ build database and build table
三、数组
The use of border controls
TRACE32 - Common Operations
R语言ggplot2可视化:使用ggpubr包的ggmaplot函数可视化MA图(MA-plot)、font.legend参数和font.main参数设置标题和图例字体加粗
Getting Started with TextBlock Control Basic Tools Usage, Get Started
NC | 斯坦福申小涛等开发数据可重复分析计算框架TidyMass
DBeaver连接MySQL 8.x时Public Key Retrieval is not allowed 错误解决
WPF project - basic usage of controls entry, you must know XAML
LeetCode二叉树系列——222.完全二叉树的节点个数
leetcode303场周赛复盘
工程水文学复习资料
Destruction order of thread_local variables