数据库语句

Posted wlei5206

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据库语句相关的知识,希望对你有一定的参考价值。

修改数据库编码格式

alter database db character set utf8;

修改表的编码格式

alter table tb convert to character set utf8;

查看数据库编码格式

show variables like ‘db‘;

查看数据表的编码

show create table tb;

创建数据库编码格式

create database <数据库名> character set utf8;

查看表每个字段字符集

show full columns from tb_admin;

以上是关于数据库语句的主要内容,如果未能解决你的问题,请参考以下文章

php删除sql数据库的语句

数据库常用sql语句都有哪些

c#程序中数据库操作语句

sql语句,有的全要

h2创建数据库语句

SQL语句查询当月数据