Added further examples
[dbsrgits/SQL-Abstract-2.0-ish.git] / lib / SQL / Abstract / Manual / Examples.pod
2009-04-07 Rob Kinyon Added further examples
2009-04-06 Rob Kinyon Merged how insert and update set columns
2009-04-03 Rob Kinyon The 'as' component of an Alias is now an Identifier
2009-04-03 Rob Kinyon Changed SelectComponent and TableJoin into Expression...
2009-03-29 Rob Kinyon Added example of DELETE
2009-03-29 Rob Kinyon Added INSERT with example
2009-03-29 Rob Kinyon UPDATE finished. Example provided.
2009-03-29 Rob Kinyon Added example and fleshed out ORDER BY and GROUP BY...
2009-03-26 Rob Kinyon Fixed examples
2009-03-26 Rob Kinyon Removed Nesting operator and explicated how nesting...
2009-03-26 Rob Kinyon Added a nested example and the Nesting type
2009-03-26 Rob Kinyon Added example of simple WHERE clause
2009-03-26 Rob Kinyon Split out the examples into their own POD