Programming/sqlite
Sqlite 문자 합치기.
.땅꼬마.
2012. 1. 24. 11:48
Sqlite에서의 문자열 합치기는 ||를 이용한다.
사용예 >
SELECT "▶ " || CountryName AS CountryName FROM Country;