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.
To prevent SQL injections, only boolean, number and null values are accepted. If you need string or other literals, use sql.lit instead.
...
Jump to solution
2 Replies
Solution
wirekang
wirekang2y ago
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.
To prevent SQL injections, only boolean, number and null values are accepted. If you need string or other literals, use sql.lit instead.
thelinuxlich
thelinuxlichOP2y ago
ohhh thanks

Did you find this page helpful?