欢迎投稿

今日深度:

sql 语句插入结果为select和值混合示例

sql 语句插入结果为select和值混合示例


复制代码 代码如下:

String slctpsql="select id ,"+uid+","+ddd+","+score+",'"+mark+"' ,"+markid+" ,"+exam.getId()+" from Test_Paper where testBaseId=(select id from Test_Base where baseTestId="+judgemap.get(i).getId()+" and baseTestType=1) and paperId="+paperbaseinfo.getId();

String insertsql="insert into Test_Paper_Record (t_pid,userId,answer,score,mark,markerId,examid )"+slctpsql;

www.htsjk.Com true http://www.htsjk.com/Sql_Server/11508.html NewsArticle sql 语句插入结果为select和值混合示例 复制代码 代码如下: String slctpsql="select id ,"+uid+","+ddd+","+score+",'"+mark+"' ,"+markid+" ,"+exam.getId()+" from Test_Paper where testBaseId=(select id from Test_Base where bas...
评论暂时关闭