HACKER Q&A
📣 piece-meal

Are there any libraries that auto-build the SQL FROM statement?


Im looking for a library that will auto build the SQL FROM statement from the SELECT and WHERE fields that are passed. Does such a thing exist? I built my own library but want to replace it with something that is battle tested.

Agora Key Words: SQL Query Generate ON Statement Generator


  👤 SNACKeR99 Accepted Answer ✓
It's not clear to me what you are asking. How can you derive a FROM clause from SELECT * ?

Perhaps you could provide an example?


👤 throwaway888abc
Why not to use ORM ?