MySQL Cookbook Free Open Book

MySQL Cookbook

SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]

data
    exporting and importing  [See data transfers]
data source name  [See DSN]
data transfers  2nd  [See also datafiles]
    between MySQL and Microsoft Access 
    data content issues 
    databases, copying between servers 
    date values, converting year format from two-digit to four-digit 
    dates, exportation in new format, Perl script for 
    exporting files with NULL values from MySQL 
    FileMaker Pro and MySQL, between 
    format conversion issues 
    importing files with NULLs into MySQL 
    LOAD DATA  [See LOAD DATA statement]
    Microsoft Excel and MySQL, between 
    mysql, redirection of output 
    mysqlimport 
    NULLs 
    query results, exporting from MySQL 
    recurring problems 
    shell command invocation 
    tables, copying between servers 
    tables, exporting to files 
    temporary tables, via 
    validation 
    XML, exporting query results as 
data types, case sensitivity 
database name qualifiers 
DATABASE( ) 
database-independent architecture 
databases
    copying to another server 
    current database, determining 
    design guidelines 
    listing all on a server 
    multi-database table joins 
    selecting 
    SQL format, exporting in 
    storing images on, pros and cons 
    tables, listing all 
    testing for existence of 
datafiles
    columns, extracting and rearranging 
    formats 
        converting 
    hex dump programs, checking with 
    line-ending sequences 
    loading  [See LOAD DATA statement]
    NULLs, checking representation of 
    NULLs, representing in 
    structural information 
    tab-delimited file format, linefeed-terminated 
    table structure, determining from 
    validating 
DATE column type 
date formats and pattern matching 
date-and-time values
    conversion to seconds 
    generation from a date and time 
date-related functions 
DATE_ADD( )  2nd  3rd 
DATE_FORMAT( )  2nd  3rd  4th  5th  6th 
    TIMESTAMP values, for reformatting 
    using for portions of dates 
DATE_SUB( )  2nd  3rd 
dates
    adding time to 
    anniversary dates, calculating 
    calculated, for setting record lifetimes 
    calculating intervals between 
        Perl, using 
    calculating one from another using substring replacement 
    comparison 
    conversion to days 
    date conversion utilities, writing 
    date values, combining with time values 
    decomposing 
        component-extraction functions, using 
        formatting functions, using 
        string functions, using 
    determining for current week days 
    finding for weekdays of other weeks 
        Perl, using 
    finding the day of the week for 
    first and last days of month, determining 
    intervals vs. spans 
    intervals, calculating in years 
        in months 
    ISO 8601 standard 
    ISO dates, generating from non-ISO dates 
    leap years, detection of 
    numbers, treating as 
    retrieving in non-ISO format 
    shifting by a given amount 
    sorting by 
    SQL statement, conversion using 
    synthesizing 
        component-extraction functions, using 
        formatting functions, using 
    temporary tables, format conversion using 
    time zone adjustments 
    validity checking on subparts 
    with missing components, conversion to ISO format 
    written month to numeric month format, conversion from 
    year format, conversion from two-digit to four-digit 
DATETIME column type  2nd 
    vs. TIMESTAMP for recording record modification time 
DATETIME values, grouping in managable categories 
DAYNAME( )  2nd  3rd  4th 
DAYOFMONTH( )  2nd  3rd 
DAYOFWEEK( )  2nd  3rd  4th 
DAYOFYEAR( )  2nd 
    Òon this dayÓ problems, and 
    sorting issues 
days, conversion to dates 
days_in_month( ) 
DBD::mysql module 
DBI module (Perl)  2nd 
    error checking, attributes for 
DBI:mysql:options module 
DBTools 
    datafiles, determining table structure using 
    importation, Microsoft Accesss tables to MySQL 
    web site 
default values
    ALTER TABLE and 
    columns 
defined( ) (Perl) 
definition lists, web scripting query results as  [See also lists]2nd 
DELETE É LIMIT 
    bug affecting some MySQL versions 
    for removal of duplicate records from tables 
DELETE statement 
    multiple-table syntax 
    rows, finding the number affected 
    unattached records, deleting 
delete_dups( ) 
deleting related rows in multiple tables 
    by replacing tables 
    cascaded deletes 
    mysql, using 
    programmatic deletion 
DESC sort order  2nd 
DictCursor cursor type (Python) 
disconnect( ) (PHP MySQL_Access class) 
display_image.pl 
displayResultSet( ) (Java)  2nd 
DISTINCT  2nd 
    and expressions 
do( ) (Perl) 
    placeholders, binding values to 
    rows affected by a query, counting 
doGet( ) (Java) 
doPost( ) (Java) 
DOS command-line environment, limitations of 
double quotes (") 
download.php 
DriverManager.getConnection( ) (Java) 
DROP clause 
DROP DATABASE statement, immunity to ROLLBACK 
DROP INDEX statement 
DSN (data source name) 
    MySQL, format for 
duplicate records 
    case sensitivity and 
    identifying
        joining a summary to the original table 
    identifying and counting 
    identifying specific records 
    methods of handling 
    preventing 
        at record-creation time 
        AUTO_INCREMENT columns for PRIMARY KEYs 
        bulk-load operations, during 
        INSERT IGNORE statement 
        REPLACE statement 
    queries that result in none 
    queries, detecting with 
    self-joins, eliminating from 
    specific instances, removal using LIMIT 
    tables, eliminating from 
        by adding an index 
        table replacement, using 

Index: [SYMBOL][A][B][C][D][E][F][G][H][I][J][K][L][M][N][O][P][Q][R][S][T][U][V][W][X][Y][Z]


     Main Menu
Main Page
Table of content
Copyright
Preface
Chapter 1. Using the mysql Client Program
Chapter 2. Writing MySQL-Based Programs
Chapter 3. Record Selection Techniques
Chapter 4. Working with Strings
Chapter 5. Working with Dates and Times
Chapter 6. Sorting Query Results
Chapter 7. Generating Summaries
Chapter 8. Modifying Tables with ALTER TABLE
Chapter 9. Obtaining and Using Metadata
Chapter 10. Importing and Exporting Data
Chapter 11. Generating and Using Sequences
Chapter 12. Using Multiple Tables
Chapter 13. Statistical Techniques
Chapter 14. Handling Duplicates
Chapter 15. Performing Transactions
Chapter 16. Introduction to MySQL on the Web
Chapter 17. Incorporating Query Resultsinto Web Pages
Chapter 18. Processing Web Input with MySQL
Chapter 19. Using MySQL-Based Web Session Management
Appendix A. Obtaining MySQL Software
Appendix B. JSP and Tomcat Primer
Appendix C. References
Colophone
Index
Index SYMBOL
Index A
Index B
Index C
Index D
Index E
Index F
Index G
Index H
Index I
Index J
Index K
Index L
Index M
Index N
Index O
Index P
Index Q
Index R
Index S
Index T
Index U
Index V
Index W
Index X
Index Y
Index Z


More Books
PHP Hacks
Processing Xml With Java - A Guide To Sax, Dom, Jdom, Jaxp, And Trax
The Koran (Holy Qur'an)
Macromedia Flash 8 Bible
Search Engine Optimization for Dummies
YouTube Traffic
PHP 5 for Dummies
Harry Potter and The Chamber of Secrets
Harry Potter and the Sorcerer's Stone
The Pilgrim's Progress
Wireless Hacks
Flash Hacks. 100 Industrial-Strength Tips & Tools
PayPal Hacks. 100 Industrial-Strength Tips and Tools
Amazon Hacks
Pdf Hacks
The Da Vinci Code
Google Hacks
The Holy Bible
Windows XP For Dummies
Harry Potter and the Half-Blood Prince
Seo Book
Upgrading and Repairing Networks
Macromedia Dreamweaver 8 UNLEASHED
Windows XP Annoyances
Windows XP Hacks
Microsoft Windows XP Power Toolkit
Teach Yourself MS Office In 24Hours
iPod & iTunes Missing Manual
PC Hacks 100 Industrial-Strength Tips and Tools
PC Overclocking, Optimization, and Tuning - 2th Edition
PC Hardware In A Nutshell 3rd Edition
PC Hardware in a Nutshell, 2nd Edition
Upgrading and Repairing PCs
Google for Dummies
MySQL Cookbook
Teach Yourself Macromedia Flash 8 In 24 Hours
PHP CookBook
Sams Teach Yourself JavaScript in 24 Hours
PHP5 Manual
Free Games Paper Airplanes