PHP Classes

File: tests/expected/creator/magnus.sql

Recommend this page to a friend!
  Classes of Michael Cummings   PHP SQL Parser Class   tests/expected/creator/magnus.sql   Download  
File: tests/expected/creator/magnus.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SQL Parser Class
Parse SQL to extract the SQL query structure
Author: By
Last change:
Date: 5 years ago
Size: 156 bytes
 

Contents

Class file image Download
SELECT u.`id` AS userid, u.`user` AS username, u.`firstname`, u.`lastname`, u.`email`, CONCAT(19,lastname,2013) AS test FROM `user` u ORDER BY u.`user` DESC