Using percent

I'm doing a LIKE statement and need to use a %, but FB can't get past thinking its a variable.

How do I get around this?

you need to escape %'s with another %, eg. your query could be:
Select * from Company where companyname like ‘micro%%’

.t8

Hmm.  I thought I did that...  I'll try again.