Add instruction comments to TPCH from SQL example.
Add more documentation to draft implementation of from_sql feature.
DuckDB generated plans currently included filters with incorrect formatting which aren't valid sql, e.g. "l_shipdate<1994-01-01". This patch is only a temporary fix but fixes the date formatting using regexes.