jamiljarrar1
Programmer
hi all
what will be the mysql equivalent of the following query as PATINDEX is not used by mysql
select * from table1 where substring(msg1, PATINDEX ('%[a-zA-Z]%',msg1),1) = 'v'
as msg1 is my column name and v could be in upper case
thanks in advance
what will be the mysql equivalent of the following query as PATINDEX is not used by mysql
select * from table1 where substring(msg1, PATINDEX ('%[a-zA-Z]%',msg1),1) = 'v'
as msg1 is my column name and v could be in upper case
thanks in advance