二見好きなSQL文ネストクエリ
1816 ワード
, , , , ; , , , , 。ps: , , 。
SQL 。 , , , , , , , SQL , 。 , SQL 。
, , , “ ” 。
, ID ,
, UPDATE 。
SQL :
update [T_User] set Password = @Password where Password=(select Password from [T_User] where UserID=(select UserID from [T_TeacherWorkLog] where Condition = ' '))
SQL , , :
"update [T_User] set Password = @Password wherePassword " +
"=(select Password from [T_User] where UserID=(select UserID "+
"from [T_TeacherWorkLog] where Condition = ' '))"
, "+", "+" , 。