当前位置:网站首页>If MySQL / SQL server judges that the table or temporary table exists, it will be deleted
If MySQL / SQL server judges that the table or temporary table exists, it will be deleted
2022-04-23 02:42:00 【An effort to XX program yuan】
MySQL
- Delete if the table exists ,table_name It's the name of the watch
DROP TABLE IF EXISTS table_name;
SQL Server
- If it is judged that the temporary table exists, delete ,#temp Is the name of the temporary table
if object_id('tempdb..#temp') is not null
drop table #temp
- Delete if the table exists ,t_table It's the name of the watch
if object_id('t_table') is not null
drop table t_table
版权声明
本文为[An effort to XX program yuan]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230239165436.html
边栏推荐
- JZ35 复杂链表的复制
- IAR embedded development stm32f103c8t6 Lighting LED
- 全局、獨享、局部路由守衛
- Go语言web中间件的使用
- Rhcsa day 4 operation
- 期中汇总(概论+应用层+运输层)
- If you want to learn SQL with a Mac, you should give yourself a good reason to buy a Mac and listen to your opinions
- [untitled]
- Probabilistic model of machine learning
- mysql function函数语法
猜你喜欢
Handwritten memory pool and principle code analysis [C language]
How to prevent leakage of operation and maintenance data
下载正版Origin Pro 2022 教程 及 如何 激 活
Real math problems in 1958 college entrance examination
全局、独享、局部路由守卫
Target narak
基于Scrum进行创新和管理
十六、异常检测
Store consumption SMS notification template
Hack the box optimum
随机推荐
Flink stream processing engine system learning (I)
工业互联网+危化安全生产综合管理平台怎样建
Suggestion: block reference sorting is in the order of keywords
解决 注册谷歌邮箱 gmail 手机号无法用于验证
Understanding process (multithreading primary)
First day of rhcsa
leetcode 烹饪料理
一、序列模型-sequence model
Servlet template engine usage example
Push data from onenet cloud platform to database
Day 4 of learning rhcsa
C language 171 Number of recent palindromes
C语言 171. 最近回文数
进阶上将程序员必备素质
【2019-CVPR-3D人体姿态估计】Fast and Robust Multi-Person 3D Pose Estimation from Multiple Views
Les derniers noeuds K de la liste jz22
Cuisine leetcode
Program design: l1-49 ladder race, allocation of seats (simulation), Buxiang pill hot
IAR embedded development stm32f103c8t6 Lighting LED
定了,今日起,本号粉丝可免费参与网易数据分析培训营!