If the data type of field is "varchar",w e can use "like" to query if it has
some substring.
Such as "where custom.valuevar iant like '%Verizon%' ", it will query out all
records that contains string "Verizon".
But how to do when data type of field custom.valuevar iant is "image"?
Thanks
some substring.
Such as "where custom.valuevar iant like '%Verizon%' ", it will query out all
records that contains string "Verizon".
But how to do when data type of field custom.valuevar iant is "image"?
Thanks
Comment