会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
--D
让自己沉迷 学习!!
博客园
首页
新随笔
联系
管理
订阅
2021年4月13日
【MySQL】操纵表及全文本搜索
摘要: 一、创建表 使用create table语句,必须包括的信息:新表的名字、表列的名字和定义。如下: create table usertables( user_id int not null auto_increment, user_name char(50) not null, user_addr
阅读全文
posted @ 2021-04-13 23:22 --D
阅读(128)
评论(0)
推荐(0)
编辑
公告