MySql Script similar indexOf


/ Published in: MySQL
Save to your folder(s)

This is a snippet for MySql


Copy this code and paste it in your HTML
  1. FROM `table_name`
  2. WHERE INSTR(campo, ',' ) > 0

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.