1
Fork 0

reformat some files

This commit is contained in:
Jake Wheat 2013-12-17 20:52:13 +02:00
parent 60cf309953
commit a53578c6c2
3 changed files with 37 additions and 19 deletions
tools/Language/SQL/SimpleSQL

View file

@ -218,7 +218,8 @@ sure which sql version they were introduced, 1999 or 2003 I think).
> \GROUP BY GROUPING SETS ((R1, ROLLUP(WEEK(SALES_DATE),\n\
> \DAYOFWEEK(SALES_DATE))),\n\
> \(R2,ROLLUP( MONTH(SALES_DATE), REGION ) ))\n\
> \ORDER BY GROUP, WEEK, DAY_WEEK, MONTH, REGION"-} -- as group - needs more subtle keyword blacklisting
> \ORDER BY GROUP, WEEK, DAY_WEEK, MONTH, REGION"-}
> -- as group - needs more subtle keyword blacklisting
> ,"SELECT MONTH(SALES_DATE) AS MONTH,\n\
> \REGION,\n\