Last active
July 18, 2016 17:53
-
-
Save uyu423/a879b3da6eccd15a1a0bf8aa569442cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//node-qsb를 사용하지 않고 데이터베이스 쿼리문 하드 코딩 | |
var originQs = "insert into users(email, passwd, uName, stdNum, major, phone, emailNotify, tIdx) " | |
+ "values ('"+req.email+"', '"+req.sha2passwd +"', '" | |
+ req.uName+"', '"+req.stdNum+"', '"+req.major+"', '"+req.phone+"', '" | |
+ req.emailNotify+"', 5);"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment