PHP Classes

File: Example.sql

Recommend this page to a friend!
  Classes of Peter   Simple MySQL Tool   Example.sql   Download  
File: Example.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple MySQL Tool
Execute common MySQL database queries
Author: By
Last change:
Date: 11 years ago
Size: 192 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `test` ( `a` int(11) NOT NULL, `b` varchar(20) NOT NULL, `c` int(11) NOT NULL, `d` varchar(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='test';