create table testText
(
textCol text,
textCol2 text
)
insert into testText(textCol,textCol2)
values ('searchThis','searchThis1')
select *
from testText
where SUBSTRING(textCol,1,datalength(textCol)) <> SUBSTRING(textCol2,1,datalength(textCol2))
/*
textCol textCol2
searchThis searchThis1*/
if (a=b) then
一样可以比较啊。怎么不可以比较么。请给出具体应用环境。