mysql中创建表、添加、修改介绍
下面我来介绍在mysql中对表的一些基本操作,包括对表的创建,删除,修改有需要学习的朋友可参考。
建表:就是声明列的过程
代码如下 | 复制代码 |
create table 表名( 修改表的语法:MySQL ALTER语法中ALTER [IGNORE] TABLE tbl_name alter_spec [, alter_spec ...] |
一张表创建完成后,有可能要增加或删除或修改列
添加列:
代码如下 | 复制代码 |
alter table 表名 add 列名称 列类型 列数(加的列在表的最后) alter table 表名 add 列名称 列类型 列参数 after 某列名(指定添加到某列后) alter table 表名 add 列名称 列类型 列参数 first;(把新列加到最前面) |
删除列:
代码如下 | 复制代码 |
alter table 表名 drop 列名 |
修改列:
代码如下 | 复制代码 |
alter table 表名 modify 列名 列类型 列参数; |
修改列名及列类型:
代码如下 | 复制代码 |
alter table 表名 change 旧列名 新列名 新类型 新参数; |
例1
加索引
代码如下 | 复制代码 |
mysql> alter table 表名 add index 索引名 (字段名1[,字段名2 …]); |
例子:
代码如下 | 复制代码 |
mysql> alter table employee add index emp_name (name); |
加主关键字的索引
代码如下 | 复制代码 |
mysql> alter table 表名 add primary key (字段名); |
例子:
代码如下 | 复制代码 |
mysql> alter table employee add primary key(id); |
加唯一限制条件的索引
代码如下 | 复制代码 |
mysql> alter table 表名 add unique 索引名 (字段名); |
例子:
代码如下 | 复制代码 |
mysql> alter table employee add unique emp_name2(cardnumber); |
MySQL ALTER语法运用:查看某个表的索引
代码如下 | 复制代码 |
mysql> show index from 表名; |
例子:
代码如下 | 复制代码 |
mysql> show index from employee; |
删除某个索引
代码如下 | 复制代码 |
mysql> alter table 表名 drop index 索引名; |
主关键字的索引549830479
代码如下 | 复制代码 |
mysql> alter table tablename add primary key(id); |
加唯一限制条件的索引549830479
代码如下 | 复制代码 |
mysql> alter table tablename add unique emp_name2(cardnumber); |
例子:
代码如下 | 复制代码 |
mysql>alter table employee drop index emp_name;
|
修改表:增加字段:
代码如下 | 复制代码 |
mysql> ALTER TABLE table_name ADD field_name field_type; |
查看表:
代码如下 | 复制代码 |
mysql> SELECT * FROM table_name; |
修改原字段名称及类型:
代码如下 | 复制代码 |
mysql> ALTER TABLE table_name CHANGE old_field_name new_field_name field_type; |
删除字段:
代码如下 | 复制代码 |
MySQL ALTER TABLE table_name DROP field_name; |

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

1. First open DingTalk. 2. Open the group chat and click the three dots in the upper right corner. 3. Find my nickname in this group. 4. Click to enter to modify and save.

Many users are increasingly favoring the electronic ecosystem of Xiaomi smart home interconnection in modern life. After connecting to the Mijia APP, you can easily control the connected devices with your mobile phone. However, many users still don’t know how to add Mijia to their homes. app, then this tutorial guide will bring you the specific connection methods and steps, hoping to help everyone in need. 1. After downloading Mijia APP, create or log in to Xiaomi account. 2. Adding method: After the new device is powered on, bring the phone close to the device and turn on the Xiaomi TV. Under normal circumstances, a connection prompt will pop up. Select "OK" to enter the device connection process. If no prompt pops up, you can also add the device manually. The method is: after entering the smart home APP, click the 1st button on the lower left

Douyin Blue V certification is the official certification of a company or brand on the Douyin platform, which helps enhance brand image and credibility. With the adjustment of corporate development strategy or the update of brand image, the company may want to change the name of Douyin Blue V certification. So, can Douyin Blue V change its name? The answer is yes. This article will introduce in detail the steps to modify the name of the enterprise Douyin Blue V account. 1. Can Douyin Blue V change its name? You can change the name of Douyin Blue V account. According to Douyin’s official regulations, corporate Blue V certified accounts can apply to change their account names after meeting certain conditions. Generally speaking, enterprises need to provide relevant supporting materials, such as business licenses, organization code certificates, etc., to prove the legality and necessity of changing the name. 2. What are the steps to modify the name of corporate Douyin Blue V account?

Win10 Sleep Time Modification Tips Revealed As one of the currently widely used operating systems, Windows 10 has a sleep function to help users save power and protect the screen when not using the computer. However, sometimes the default sleep time does not meet the needs of users, so it is particularly important to know how to modify the Win10 sleep time. This article will reveal the tips for modifying the sleep time of Win10, allowing you to easily customize the system’s sleep settings. 1. Modify Win10 sleep time through “Settings” First, the simplest fix

Tampermonkey Chrome extension is a user script management plug-in that improves user efficiency and browsing experience through scripts. So how does Tampermonkey add new scripts? How to delete the script? Let the editor give you the answer below! How to add a new script to Tampermonkey: 1. Take GreasyFork as an example. Open the GreasyFork web page and enter the script you want to follow. The editor here chooses one-click offline download. 2. Select a script. , after entering the script page, you can see the button to install this script. 3. Click to install this script to come to the installation interface. Just click here to install. 4. We can see the installed one-click in the installation script.

When publishing products on the Xianyu platform, users can customize the geographical location information of the product according to the actual situation, so that potential buyers can more accurately grasp the specific location of the product. Once the product is successfully put on the shelves, there is no need to worry if the seller's location changes. The Xianyu platform provides a flexible and convenient modification function. So when we want to modify the address of a published product, how do we modify it? This tutorial guide will provide you with a detailed step-by-step guide. I hope it can help. Everyone! How to modify the release product address in Xianyu? 1. Open Xianyu, click on what I published, select the product, and click Edit. 2. Click the positioning icon and select the address you want to set.
![Outlook stuck on adding account [Fixed]](https://img.php.cn/upload/article/000/887/227/171116770937641.jpg?x-oss-process=image/resize,m_fill,h_207,w_330)
When you encounter problems adding accounts in Outlook, you can try the following solutions to resolve it. Typically this can be caused by a faulty network connection, corrupted user profiles, or other temporary issues. Through the methods provided in this article, you can easily solve these problems and ensure that your Outlook can run normally. Outlook stuck on adding account If your Outlook is stuck on adding account, then use these fixes mentioned below: Disconnect and reconnect the internet Temporarily disable antivirus software Create a new Outlook profile Try adding account in safe mode Disable IPv6 Run Microsoft Support and Recovery Assistant Repair Office Application Outlook Add Account Required

Common ways to add elements to Java arrays, specific code examples are required In Java, an array is a common data structure that can store multiple elements of the same type. In actual development, we often need to add new elements to the array. This article will introduce common methods of adding elements to arrays in Java and provide specific code examples. A simple way to create a new array using a loop is to create a new array, copy the elements of the old array into the new array, and add the new elements. The code example is as follows: //original array i
