E
enders
Hi,
I would like make the following query
select * from table where name like '*a*'
(give me all the rows where name contains a lowercase 'a')
and
select * from table where name like '*?*'
(give me all the rows where name contains a question mark)
I checked out the KB and did find somethings using strcomp or
converting it to Hex but it doesn't solve the problem when looking
in a value.
Any suggestions are welcome
With regards,
Constantijn Enders
MCSD.NET
I would like make the following query
select * from table where name like '*a*'
(give me all the rows where name contains a lowercase 'a')
and
select * from table where name like '*?*'
(give me all the rows where name contains a question mark)
I checked out the KB and did find somethings using strcomp or
converting it to Hex but it doesn't solve the problem when looking
in a value.
Any suggestions are welcome
With regards,
Constantijn Enders
MCSD.NET