unote 書けば書くほどに

2023-01-25から1日間の記事一覧

20230125

string whereDEL_R = "R." + col1 + "," + "R." + col2; string whereDEL_X = "X." + col1 + "," + "X." + col2;string strSql_DEL = "delete from " + repTN + " where (" + whereDEL_R + ")" + " not in (select " + whereDEL_X + " from " + xbbTN + ")";…