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 | 29 | 30 | 31 |
Tags
- spring
- 문서
- git
- Python
- MySQL
- Spring Boot
- Tomcat
- PostgreSQL
- Docker
- AJAX
- Open Source
- myBatis
- oracle
- IntelliJ
- STS
- jpa
- Exception
- 설정
- error
- JDBC
- 오픈소스
- Eclipse
- Thymeleaf
- MSSQL
- SpringBoot
- maven
- ubuntu
- Source
- Core Java
- JavaScript
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