[oracle] 오라클 버전 확인하는 방법 : cmd / query 1. cmd에서 확인 2. 버전 확인 query문 1. cmd에서 버전 확인 → sqlplus 명령어 입력 user-name 입력하는 부분에서 벗어나려면 ctrl + c 입력하면 됩니다. 2. query문으로 버전 확인 → select * from v$version; posting 환경 - windows 10, ORACLE 11G Uploaded by Notion2Tistory v1.1.0 오라클에서 버전 확인하는 방법 : cmd / query [java] Class Math : 올림, 내림, 반올림 등 Method 🍅 실제 사용 형식 올림 내림 반올림 몫 나머지 절대값 🥕 출처 🍅 실제 사용 형식 className.methodName(variableName) 올림 Math.ceil(double a) : return double 내림 Math.floor(double a) : return double 반올림 Math.round(double a) : return long Math.round(float a) : return int 몫 Math.floorDiv(int x, int y) : return int Math.floorDiv(long x, long y) : return long 나머지 Math.floorMod(int x, int y) : return int Math.floorMod(long x, long y) : r.. 이전 1 2 다음