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