How to pass a string in NodeJS Sequelize to SQL query without quotes?

后端 未结 0 1960
伪装坚强ぢ
伪装坚强ぢ 2021-02-05 16:49

Im passing a variables to a sql query from the nodejs sequelize.

The code something like this:

const query= \'select * from data order by orderid :order\'
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题