본문 바로가기

Programming/sqlite

Sqlite 문자 합치기.


Sqlite에서의 문자열 합치기는 ||를 이용한다.

사용예 > 

SELECT  "▶ " || CountryName AS CountryName FROM Country;



'Programming > sqlite' 카테고리의 다른 글

Sqlite에서의 Replace문.  (2) 2012.01.24
SQLite 에서의 NULL 체크  (0) 2012.01.24
sqlite 에서의 if문.  (0) 2012.01.24