mysql
liebestod
这个作者很懒,什么都没留下…
展开
-
Mysql中左连接的使用
查询在一个相关的表中不存在的数据,如用户表(user)和用户资料表(user_profile),通过id关联,要查出user表中在user_profile中不存在的记录:select count(*) from?user left join?user_profile On user.id=user_profile.id where user_profile.id is null复杂条件:原创 2004-08-25 16:43:00 · 1112 阅读 · 0 评论 -
用SELECT和LOAD倒入数据
select name,id,sale_phone,address,jiaotong,REPLACE(REPLACE(SUBSTRING(comment,1,500),/r/n,),",),web_url,sold_ratio,kaipan_time,price_average,developer INTO OUTFILE /home/david/house.txt FIELD原创 2005-01-06 17:06:00 · 1284 阅读 · 0 评论