var a = "12714"
select * from table where id in"${a}"
Why does this sql return only one piece of data for advice
var a = "12714"
select * from table where id in"${a}"
Why does this sql return only one piece of data for advice
try this var a = "(122.14)"
or
var a=[12,14];
select * from table where id in '${a}'
FIND_IN_SET () this function solves
Previous: Stanford CoreNLP 3.9.1 Chinese models not downloaded
Next: What is the path of the packaged vue webpack built by yourself?
as shown in the figure, every time I create data, it returns at a strange time adding this has no effect timezone: +08:00 ...
use sequelizejs to control mysql transactions. How to encapsulate or design transactions across methods and service? The framework of application is express + sequelizejs,. In the service layer, it often appears in one method to call other service met...