블로그
-
[Instr] Instr() 함수
INSTR('비교할 대상', '비교하고자하는 값', 비교를 시작할 위치, 검색된 결과의 순번) SQL >>> SELECT INSTR('TEST SAMPLE CODE' , 'E', 1, 1) AS INSTR_RS FROM DUAL - 'TEST SAMPLE CODE'라는 구분에서 'E'를 찾는데 1부터 시작을 해서 1번째 찾아지는 'E'의 위치는
blog.naver.com · 2014.08.26
-
PAC-Man Rom, test builds
http://forum.xda-developers.com/google-nexus-5/development/pac-rom-test-builds-t2829492/post54427066 While this is going on, I will be making builds periodically, to test these features.
blog.naver.com · 2014.07.28
-
14일-18일 글로벌금리 이벤트
145.83 at 0600BST amid increased risk appetite across the region which saw Asian equity markets rebound from (Welt am Sonntag/WiWo) AUD/USD advanced overnight to test the 0.9400.......
blog.naver.com · 2014.07.14
-
[kafka] 자주쓰는 명령어
/kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning . /kafka-create-topic.sh --zookeeper localhost:2181 --topic test .
blog.naver.com · 2014.02.06
-
11장. 소계, 합계
백번 눈으로 따라다니는 것 보다 한번 생각하고 직접 해보는 것이 최고다. 11-1 소계/합계 함께 보기 select * from test.......
blog.naver.com · 2014.02.02
-
[kafka] 설치 가이드
/kafka-console-producer.sh --broker-list localhost:9092 --topic test hello world . /kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning hello world http:
blog.naver.com · 2014.01.07
-
IBM 000-N34 (IBM Tealeaf Technical Mastery Test v1) 시험덤프
Technical Mastery Test v1) 덤프를 제일 먼저 추천해드리고 싶습니다. A framework from which you can build robust Dashboards, Scorecards, or Reports B.
blog.naver.com · 2013.12.03
-
Mysql case문
END ) as test FROM gender_tb WHERE gender IN ('f','m','i'); 2번째 방법) SELECT 컬럼,컬럼, ( CASE WHEN 비교문 THEN '처리문' WHEN 비교문 THEN '처리문' ELSE '처리문' END ) AS TEST FROM 테이블 WHERE 조건 2번째 예시) SELECT gender ( CASE WHEN
blog.naver.com · 2013.10.18
-
Scalable I/O Benchmark Downloads
The source code is available from SourceForge.net at http://sourceforge.net/projects/ior-sio/.simul—The simul software is used for testing file system operations simultaneously from many processes to test
blog.naver.com · 2013.11.13
-
IEEE-488 GPIB 통신
IEEE-488 From Wikipedia, the free encyclopedia Jump to: navigation, search IEEE-488 stacking connectors It was created in the late 1960s for use with automated test equipment, and is still in use for that
blog.naver.com · 2013.11.25