我正在使用colsplit将大字符串拆分为列
字符串中有前导零的数字。
如何防止colsplit将它们转换为数值?
例:
字符串中的值:0000122517
在colsplit之后,这变为:122517
我需要前导零,值可以是任意长度,所以我是 之后不能添加零。
亲切的问候, Oene Douma
答案 0 :(得分:1)
我们可以使用read.table(text=str, sep="~", header=FALSE, colClasses = c("character", "character"))
SELECT * FROM `posts` WHERE `title` LIKE '%{$terms}%' OR `descrip` LIKE '% {$terms}%'
union
SELECT * FROM `otherposts table` WHERE `title` LIKE '%{$terms}%' OR `descrip` LIKE '%{$terms}%'
order by yourRelevanceField
LIMIT $start, 5"