2014年10月30日

mysql基础知识-左连接、右连接、内连接

摘要: 以下内容转自:http://blog.sina.com.cn/s/blog_7047c3ce0100pa22.html用个例子来解析下mysql的左连接, 右连接和内连接create table user_id ( id decimal(18) );create table user_profile... 阅读全文

posted @ 2014-10-30 23:25 天使2013 阅读(162) 评论(0) 推荐(0) 编辑

mysql基础知识-DML语句

摘要: mysql 注释:多行注释用/*和*/单行注释用-- 代替select * from lilitest;结果:DML语句如下:select * from lilitest where name like '%guo%'; -- 模糊查询insert into lilitest(id,name,age... 阅读全文

posted @ 2014-10-30 23:05 天使2013 阅读(168) 评论(0) 推荐(0) 编辑

导航