欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

sql 語句插入結果為select和值混合示例

 更新時間:2014年05月15日 16:07:45   作者:  
這篇文章主要介紹了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;

相關文章

最新評論