An Introduction to Class::DBI - Comparing DBI and Class::DBI 9

SQL tasks and their Class::DBI equivalents

Creating New Records

  • SQL

        INSERT INTO nomination (id, type, year, film_id, credit_id, takes_the_oscar)
            VALUES (1, 'Best Editing', 1964, 45, 22, 1)
    

continued...

 

YAPC::Canada << Previous | Index | Next >>
Copyright © 2003 Michael Graham