亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

sql 語句插入結(jié)果為select和值混合示例

 更新時(shí)間:2014年05月15日 16:07:45   作者:  
這篇文章主要介紹了sql語句插入結(jié)果為select和值混合,需要的朋友可以參考下
復(fù)制代碼 代碼如下:

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;

相關(guān)文章

最新評論