when you say "in Crystal" where are you using this?
in a command or in the select expert or somewhere else?
Note that that the LIKE function crystal uses * as the wildcard rather than % (sql).
so if you are using it in a formula or a select expert in crystal it has to be
table.id like '9*'
if you were writing a crystal command it still uses SQL so you woud stay with the %
Edited by DBlank - 11 Oct 2011 at 9:23am