2014年3月2日 星期日

SQLite 取左右字串


select SUBSTR('1234',5,-2)  --取右字串
select SUBSTR('1234',1,2)  --取左字串

select length('1234')   -- 取字串長度

沒有留言:

張貼留言