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
wirekang16mo 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
thelinuxlichOP16mo ago
ohhh thanks

Did you find this page helpful?