PHP Classes

File: samples/insert.sql

Recommend this page to a friend!
  Classes of Tom Schaefer   SQL Parse and Compile   samples/insert.sql   Download  
File: samples/insert.sql
Role: Auxiliary data
Content type: text/plain
Description: insert sql
Class: SQL Parse and Compile
Parse and compose SQL queries programatically
Author: By
Last change:
Date: 15 years ago
Size: 279 bytes
 

Contents

Class file image Download
insert into northwind.employees (LastName,FirstName,BirthDate,HireDate,Address,City,Region,PostalCode,Country,HomePhone) values ('Davolio', 'Nancy', '1992-05-01', 'Seattle', 'WA', '98122', 'United States', '(206) 555-9857', '5467', '');