Búsquedas en sql


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

Quitar acentos para buscar algo


Copy this code and paste it in your HTML
  1. SELECT * FROM pm_bloque_bk WHERE CONVERT(LOWER(metadatos), 'US7ASCII') LIKE CONVERT('%aleman%','US7ASCII')

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.