Insert values from subquery

Solution
comments on eb.lit :
To prevent SQL injections, only boolean, number and null values are accepted. If you need string or other literals, use sql.lit instead.
Was this page helpful?