1. 删除 drop table if exists tablename;
2. 创建 create database if not exists databasename;
create table if not exists tablename;

本文提供了SQL中删除和创建表的基本语法指导,包括如何使用drop table和create database语句,适用于初学者快速上手。
1. 删除 drop table if exists tablename;
2. 创建 create database if not exists databasename;
create table if not exists tablename;

转载于:https://www.cnblogs.com/doorsky/archive/2009/12/16/1625254.html
1256
1145

被折叠的 条评论
为什么被折叠?