How to write DROP TABLE in different databases 1.MySql DROP TABLE IF EXISTS [table_name] 2. In Oracle: BEGIN EXECUTE IMMEDIATE 'DROP TABLE [table_name]'; EXCEPTION WHEN OTHERS THEN NULL; END; 3. In Sql Server IF EXISTS ( SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = '[table_name]') DROP TABLE [table_name] Thank you for reading, I hope it can help you, thank you for your support of this site! |
<<: Detailed steps to install Anaconda on Linux (Ubuntu 18.04)
>>: How to implement responsive layout in vue-cli
Installation path: /application/mysql-5.5.56 1. P...
<br />In text design, we usually focus on th...
I'm playing with big data recently. A friend ...
All of us webmasters know that when optimizing a ...
Preface Let me share with you how to make a searc...
When using XAML layout, sometimes in order to make...
All content in this blog is licensed under Creati...
A data volume container is a container specifical...
1. Connect to MYSQL Format: mysql -h host address...
Overview: Oracle scott user has four tables, whic...
I recently wanted to convert a website to https a...
This article example shares the specific code of ...
Original derivative command: bin/sqoop import -co...
Additional explanation, foreign keys: Do not use ...
1. <div></div> and <span></s...