Wednesday, August 27, 2008

Link from MonetDB

MonetDB site posted a link to Reverse Snowflake Joins, their link is http://monetdb.cwi.nl/

Tuesday, August 5, 2008

Monday, August 4, 2008

Friday, August 1, 2008

Reverse Snowflake Joins


Just subbmited to Sourceforge.net a new project, called "Reverse Snowflake Joins" (revj). The description:

A tool that parses SQL Select statements and generates a diagram. In addition to joins, the diagram shows parts of the underlying SQL directly in the diagram. For example x=30 , GROUP BY (year), SUM(profit), HAVING MIN(age) > 18 

And a sample diagram with some random column names, WHERE conditions and GROUP BYs

-Alex