ex:
select * from tbl where
col1 like N'%searchcriter ia%'
is working in sql server.
but it is not working or compiling in Java
how to solve in Java
select * from tbl where
col1 like N'%searchcriter ia%'
is working in sql server.
but it is not working or compiling in Java
how to solve in Java
Comment