博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MySQL Cookbook
阅读量:4232 次
发布时间:2019-05-26

本文共 2027 字,大约阅读时间需要 6 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

Along with MySQL's popularity has come a flood of questions about solving specific problems, and that's where this Cookbook is essential. Designed as a handy resource when you need quick solutions or techniques, the book offers dozens of short, focused pieces of code and hundreds of worked-out examples for programmers of all levels who don't have the time (or expertise) to solve MySQL problems from scratch.

The new edition covers MySQL 5.0 and its powerful new features, as well as the older but still widespread MySQL 4.1. One major emphasis of this book is how to use SQL to formulate queries for particular kinds of questions, using the mysql client program included in MySQL distributions. The other major emphasis is how to write programs that interact with the MySQL server through an API. You'll find plenty of examples using several language APIs in multiple scenarios and situations, including the use of Ruby to retrieve and format data. There are also many new examples for using Perl, PHP, Python, and Java as well.

Other recipes in the book teach you to:
*Access data from multiple tables at the same time
*Use SQL to select, sort, and summarize rows
*Find matches or mismatches between rows in two tables
*Determine intervals between dates or times, including age calculations
*Store images into MySQL and retrieve them for display in web pages
*Get LOAD DATA to read your data files properly or find which values in the file are invalid
*Use strict mode to prevent entry of bad data into your database
*Copy a table or a database to another server
*Generate sequence numbers to use as unique row identifiers
*Create database events that execute according to a schedule
*And a lot more

MySQL Cookbook doesn't attempt to develop full-fledged, complex applications. Instead, it's intended to assist you in developing applications yourself by helping you get past problems that have you stumped.

http://rapidshare.com/files/54189350/059652708X.rar
你可能感兴趣的文章
Hibernate关联关系(四)
查看>>
Hibernate继承、多态查询(五)
查看>>
软件产品研发解决方案
查看>>
Hibernate 事务、并发(六)
查看>>
JavaFx2.0的介绍
查看>>
struts2.2.x入门应用(一)
查看>>
struts2类型转换(二)
查看>>
struts2输入校验(三)
查看>>
struts2国际化(四)
查看>>
struts2全局结果与异常处理(五)
查看>>
struts2拦截器(六)
查看>>
spring IOC简单应用(一)
查看>>
关于Hibernate创建SessionFactory对象的说明
查看>>
正则表达式(基础篇)
查看>>
正则表达式常用匹配组合汇总
查看>>
javascript(一)
查看>>
SSH设置别名访问远程服务器
查看>>
spark连接hive的两种方式
查看>>
Openfire开发配置,Openfire源代码配置,OpenFire二次开发配置
查看>>
openfire+XMPP实现即时通讯
查看>>