본문 바로가기

justgo_developer

검색하기
justgo_developer
프로필사진 다날92

  • 분류 전체보기 (141)
    • Language (1)
      • Chinese (1)
      • English (0)
    • IT (132)
      • Golang (2)
      • jenkins (4)
      • Spring Cloud (9)
      • kafka (1)
      • JPA (2)
      • Spring-boot (6)
      • Git (1)
      • Intellj (2)
      • Oracle (22)
      • AWS (8)
      • 디자인패턴 (2)
      • 자료구조 (5)
      • 알고리즘 (29)
      • 운영체제 (13)
      • 코딩 문제 풀이 (11)
      • MSA (0)
      • Python (1)
      • 자바 (9)
      • 기타 (5)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Tags
  • MST
  • Spring Cloud Feign
  • Spring
  • Jenkins
  • PL/SQL
  • db
  • Kafka
  • 페이징
  • SQL
  • feign
  • 디자인 패턴
  • 클라우드
  • retry
  • Spring Cloud
  • Intellj
  • 자바
  • DP
  • 알고리즘
  • golang
  • 쿼리
  • 코딩
  • 오라클
  • Spring Boot
  • MVC
  • 백준
  • 데이터베이스
  • JPA
  • 자료구조
  • 운영체제
  • aws
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록case (1)

justgo_developer

조건문(if문, case문)

제어문 : 조건문, 반복문- 조건문 : if문, case문- 반복문 : basic loop문, while문(반복횟수를 정하지 않을 경우) for문(반복횟수를 지정할 경우)//if문 : if~end if문 if(조건) then실행명령; end if; 12345678910111213141516171819202122232425262728293031declare emp_id employees.employee_id%type; emp_name employees.last_name%type; emp_dept employees.department_id%type; dept_name varchar2(20) := null;begin select employee_id, last_name, department_id into em..

IT/Oracle 2018. 12. 3. 22:14
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바