node-sql-query
node-sql-query copied to clipboard
having in select clause
Having in select clause appends before WHERE clause that cause an synax error. And it inserts column name only, but it could be an expression too.
Can you give an example or some more clarification?
Are you talking about an "in" clause in a where clause like below?
SELECT * FROM table WHERE table_column in (1,2,3,4,5,6);