여러분 들 께 비교적 편리 하 게 sql 을 맞 추 는 방법 을 추천 합 니 다.
7013 단어 sql
프론트 데스크 톱 에서 인 자 를 전달 할 때 이렇게 전달 할 수 있 습 니 다.
........................ sp[14].................
sql 맞 출 때 이렇게 쓸 수 있어 요.
private String getsqlcsp(List<String> sp) {
String sqlc = "";
for (int i = 0; i < sp.size(); i++) {
if (StringUtils.isNotBlank(sp.get(i))) {
String[] code = sp.get(i).split(";");
if (code.length > 0) {
for (int j = 0; j < code.length; j++) {
switch (i) {
case 0:
if (code[j] == "") {
break;
} else {
sqlc += " and t.gender = '" + code[j] + "'";
break;
}
case 1:
if (j == 0) {
if (code.length == 1) {
sqlc += " and ( " + code[j] + ")";
} else {
sqlc += " and ( " + code[j];
}
} else if (j == code.length - 1) {
sqlc += " or " + code[j] + ")";
} else {
sqlc += " or " + code[j];
}
break;
case 2:
if (j == 0) {
if (code.length == 1) {
sqlc += " and t.id in (select m.user_id from user_organization m where m.organization_name like '%"
+ code[j] + "%')";
} else {
sqlc += " and t.id in (select m.user_id from user_organization m where m.organization_name like '%"
+ code[j] + "%'";
}
} else if (j == code.length - 1) {
sqlc += " or m.organization_name like '%"
+ code[j] + "%')";
} else {
sqlc += " or m.organization_name like '%"
+ code[j] + "%'";
}
break;
case 3:
sqlc += " and t.contact = '" + code[j] + "'";
break;
case 4:
sqlc += " and t.area1 = '" + code[j] + "'";
break;
case 5:
sqlc += " and t.area2 = '" + code[j] + "'";
break;
case 6:
code[j] = code[j].trim();
if (j == 0) {
if (code.length == 1) {
sqlc += " and t.id in (select s.user_id from user_role s where s.role_code = '"
+ code[j] + "')";
} else {
sqlc += " and t.id in ( select s.user_id from user_role s where s.role_code = '"
+ code[j] + "'";
}
} else if (j == code.length - 1) {
sqlc += " or s.role_code = '" + code[j] + "')";
} else {
sqlc += " or s.role_code = '" + code[j] + "'";
}
break;
case 7:
code[j] = code[j].trim();
if (j == 0) {
if (code.length == 1) {
sqlc += " and ( " + code[j] + ")";
} else {
sqlc += " and ( " + code[j];
}
} else if (j == code.length - 1) {
sqlc += " or " + code[j] + ")";
} else {
sqlc += " or " + code[j];
}
break;
case 8:
code[j] = code[j].trim();
if (j == 0) {
if (code.length == 1) {
sqlc += " and t.job_title = '" + code[j]
+ "'";
} else {
sqlc += " and (t.job_title = '" + code[j]
+ "'";
}
} else if (j == code.length - 1) {
sqlc += " or t.job_title = '" + code[j] + "')";
} else {
sqlc += " or t.job_title = '" + code[j] + "'";
}
break;
case 9:
code[j] = code[j].trim();
if (j == 0) {
if (code.length == 1) {
sqlc += " and t.pc_activities like '%"
+ code[j] + "%'";
} else {
sqlc += " and (t.pc_activities like '%"
+ code[j] + "%'";
}
} else if (j == code.length - 1) {
sqlc += " or t.pc_activities like '%" + code[j]
+ "%')";
} else {
sqlc += " or t.pc_activities like '%" + code[j]
+ "%'";
}
break;
case 10:
sqlc += " and t.ms_eff_date > to_date('" + code[j]
+ " 00:00:00','yyyy/mm/dd hh24:mi:ss')";
break;
case 11:
sqlc += " and t.ms_eff_date < to_date('" + code[j]
+ " 23:59:59','yyyy/mm/dd hh24:mi:ss')";
break;
case 12:
sqlc += " and t.time_for_now > to_date('" + code[j]
+ " 00:00:00','yyyy/mm/dd hh24:mi:ss')";
break;
case 13:
sqlc += " and t.time_for_now < to_date('" + code[j]
+ " 23:59:59','yyyy/mm/dd hh24:mi:ss')";
break;
case 14:
sqlc += " and to_char(sysdate,'yyyy') - to_char(ms_eff_date,'yyyy') >= "
+ Integer.parseInt(code[j]);
break;
case 15:
sqlc += " and to_char(sysdate,'yyyy') - to_char(ms_eff_date,'yyyy') <= "
+ Integer.parseInt(code[j]);
break;
case 16:
code[j] = code[j].trim();
if (j == 0) {
if (code.length == 1) {
sqlc += " and t.id in (select s.user_id from log_user_sing s where s.sing_code like '%"
+ code[j] + "%')";
} else {
sqlc += " and t.id in (select s.user_id from log_user_sing s where s.sing_code like '%"
+ code[j] + "%'";
}
} else if (j == code.length - 1) {
sqlc += " or s.sing_code like '%" + code[j]
+ "%')";
} else {
sqlc += " or s.sing_code like '%" + code[j]
+ "%'";
}
break;
}
}
}
}
}
return sqlc;
}
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
깊이 중첩된 객체를 정확히 일치 검색 - PostgreSQL목차 * 🚀 * 🎯 * 🏁 * 🙏 JSON 객체 예시 따라서 우리의 현재 목표는 "고용주"사용자가 입력한 검색어(이 경우에는 '요리')를 얻고 이 용어와 정확히 일치하는 모든 사용자 프로필을 찾는 것입니다. 즐거운 ...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.