use*_*730 4 sql sqlite
这是我的SQLite表(以逗号分隔的格式):
ROWID,COLUMN 1,"This here is a string |||" 2,"Here is another string" 3,"And yet another string"
我想排除'COLUMN'下包含'|||'的所有行.这在SQLite中可行吗?
Sha*_*oor 7
select * from table where column not like '%|||%'
这应该工作
归档时间:
13 年,2 月 前
查看次数:
10181 次
最近记录: