'[DB]'에 해당되는 글 16건

  1. 2015.02.09 influxdb
  2. 2015.02.02 mysql left, right 함수
  3. 2015.01.09 mysql union 사용하기
  4. 2015.01.09 mysql instr() 사용
  5. 2015.01.09 mysql substring_index() 사용
  6. 2015.01.08 MySQL INT data type 비교

influxdb

[DB] 2015. 2. 9. 18:13
반응형

https://josephkim75.wordpress.com/2014/03/12/influxdb-distributed-time-series-database/

반응형
Posted by FeliZ_하늘..
,
반응형

http://www.spatium.co.kr/languages/content.php?chno=5&bno=28

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql Field doesn't have a default value  (0) 2015.08.10
mysql dump  (0) 2015.08.10
mysql union 사용하기  (0) 2015.01.09
mysql instr() 사용  (0) 2015.01.09
mysql substring_index() 사용  (0) 2015.01.09
Posted by FeliZ_하늘..
,
반응형

http://warmz.tistory.com/278

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql dump  (0) 2015.08.10
mysql left, right 함수  (0) 2015.02.02
mysql instr() 사용  (0) 2015.01.09
mysql substring_index() 사용  (0) 2015.01.09
MySQL INT data type 비교  (0) 2015.01.08
Posted by FeliZ_하늘..
,
반응형

http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_instr


instr(string, substring)

string 에서 substring 의 시작위치를 알려준다

시작 index 는 1 부터 시작한다

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql dump  (0) 2015.08.10
mysql left, right 함수  (0) 2015.02.02
mysql union 사용하기  (0) 2015.01.09
mysql substring_index() 사용  (0) 2015.01.09
MySQL INT data type 비교  (0) 2015.01.08
Posted by FeliZ_하늘..
,
반응형

http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_substring-index


substring_index(string, delimiter, count)


string 의 delimiter 를 기준으로 찾는데,

count 가 양수이면 왼쪽으로 찾고, count 가 음수이면 오른쪽을 찾는다

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql dump  (0) 2015.08.10
mysql left, right 함수  (0) 2015.02.02
mysql union 사용하기  (0) 2015.01.09
mysql instr() 사용  (0) 2015.01.09
MySQL INT data type 비교  (0) 2015.01.08
Posted by FeliZ_하늘..
,
반응형

http://dev.mysql.com/doc/refman/5.1/en/integer-types.html

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql dump  (0) 2015.08.10
mysql left, right 함수  (0) 2015.02.02
mysql union 사용하기  (0) 2015.01.09
mysql instr() 사용  (0) 2015.01.09
mysql substring_index() 사용  (0) 2015.01.09
Posted by FeliZ_하늘..
,