第十单元 PHP与MySQL综合应用.pptVIP

  • 10
  • 0
  • 约4.45千字
  • 约 10页
  • 2016-09-18 发布于浙江
  • 举报
第十单元 PHP与MySQL综合应用.ppt

第十单元 PHP与MySQL综合应用 目标内容: 第29章 PHP与MySQL 第30章 表的结合 第31章 日期时间数据 实例应用:数据库留言簿 ?第29章 PHP与MySQL ? 29.2 PHP与Mysql连接函数 29.2 PHP与Mysql连接函数II 29.2 PHP与Mysql连接函数III 29.2 PHP与Mysql连接函数IV 第30章? Join 与where 30.1? Join 与where eg: select first_name,order_id from customers as c,orders as O where c.id=O.id;??? select first_name,order_id from customers as c inner join orders as O on c.id=O.id;? 30.2? 各类JOIN 1.笛卡尔结合? 旧式where语法: select * from customers as c,orders as O;? 新式Join 语法: select * from customers as c cross join order as O;? 2.Left join? select * from customers as c LEFT JOI

文档评论(0)

1亿VIP精品文档

相关文档