Hi again,

Indeed, '1' CTE can be replaced by the creation of 'N' temporary views (or
tables), and their deletion after the CTE request.

CTE is :
- a syntaxic simplification :
   . the SQL creator don't have to care about those intermediate views,
   . these intermediate views don't grow and multiply on your database
schema.
- let the SQL motor free to handle the request the way it prefers.

I whish to have CTE in SQLite for the simplification it brings.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to