What is wrong with
select left(workdesc,50) as wd,* from cwkt;
where left(funccode,1)="$" and "P#"$wd order by wd
where workdesc is a memo?
I do not get an error message, but I also get no rows returned.
I expected plenty, and the rows are there. If I replace the second
conjunct with
"P#"$workdesc
it works.
What is the difference in meaning between the two statements?
("P#" will normally be at the beginning of the memo.)
Sincerely,
Gene Wirchenko