Télécharger la liste

Description du projet

Reverse Snowflake Joins is 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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-18 22:13 Retour à la liste release
0.46

Union au plus haut niveau a été fixé. Une colonne sans alias et IN subselect a été fixé, par exemple, "SELECT * FROM WHERE x IN (SELECT FROM y B)".
Union at top level was fixed. A column without alias and IN subselect was fixed; for example, "SELECT * FROM A WHERE x IN (SELECT y FROM B )".

Project Resources