一行代碼解決 sql語句 in傳入數組變字符串

--數組 var arrs= ['test1','test2','test3']; --變字符串 var instring = "'"+arrs.join("','")+"'"; --拼接 var sql = "select * from table where CreateUser in ("+instring+")"; --結果 select * from table where Create
相關文章
相關標籤/搜索