|
|
|
|
|
by wtetzner
4423 days ago
|
|
Well, I don't think these embedded SQLish languages are created because they're better than SQL. It's because working with strings is problematic, especially if you want to dynamically build up queries. Having a data structure that represents your query makes it much easier to safely and sanely compose various bits of query to build a new query at runtime. |
|