250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 문서
- JDBC
- Exception
- Core Java
- Thymeleaf
- Source
- oracle
- AJAX
- MySQL
- Spring Boot
- Eclipse
- IntelliJ
- SpringBoot
- spring
- PostgreSQL
- Open Source
- jpa
- git
- MSSQL
- 오픈소스
- ubuntu
- Python
- 설정
- JavaScript
- myBatis
- maven
- error
- Docker
- STS
- Tomcat
Archives
- Today
- Total
목록STRING_ARRAY (1)
헤르메스 LIFE
[Oracle] PLSQL Array
Oracle Array 샘플 #1 DECLARE type employeeNames IS VARRAY(6) OF VARCHAR2(10); type salary IS VARRAY(6) OF INTEGER; names employeeNames; salaries salary; total integer; BEGIN names := employeeNames('Mayur', 'Ekta', 'Pari', 'Yashika', 'Payal'); salaries:= salary(9845, 9007, 7813, 8754, 9022); total := names.count; dbms_output.put_line('Total '|| total || ' Employees'); FOR i in 1 .. total LOOP dbms_..
Database
2023. 7. 30. 23:46