2016年4月7日

mysql 字符串相关函数

摘要: mysql 字符串相关函数 concat 字符串拼接函数 mysql select concat('imooc','lizx'); + + | concat('imooc','lizx') | + + | imooclizx | + + 1 row in set (0.00 sec) concat_ 阅读全文

posted @ 2016-04-07 19:42 风不息、 阅读(222) 评论(0) 推荐(0) 编辑

mysql学习笔记

摘要: MySQL 数据库常用命令 1、MySQL常用命令 create database name; 创建数据库 use databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe tablename; 表的详细 阅读全文

posted @ 2016-04-07 18:09 风不息、 阅读(102) 评论(0) 推荐(0) 编辑

导航