Cargando…

MySQL cookbook /

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: DuBois, Paul, 1956-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, 2006, ©2007.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Using the mysql client program
  • 2. Writing MySQL-based programs
  • 3. Selecting data from tables
  • 4. Table management
  • 5. Working with strings
  • 6. Working with dates and times
  • 7. Sorting query results
  • 8. Generating summaries
  • 9. Obtaining and using metadata
  • 10. Importing and exporting data
  • 11. Generating and using sequences
  • 12. Using multiple tables
  • 13. Statistical techniques
  • 14. Handling duplicates
  • 15. Performing transactions
  • 16. Using stored routines, triggers, and events
  • 17. Introduction to MySQL on the Web
  • 18. Incorporating query results into Web pages
  • 19. Processing Web input with MySQL
  • 20. Using MySQL-based Web session management.