Afficher un message
Vieux 02/10/2007, 21h41   #5
Ale Stanga
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: name and surname in a single field

Captain Paralytic <paul_lautman@yahoo.com> wrote:

> 3) The function "SUBSTRING(artista, LOCATE( ' ',artista))" will
> include the space in its result and so the LIKE 'W%' will fail,
> because it doesn't taek into account the leading space. Thus teh
> function "SUBSTRING(artista, LOCATE( ' ',artista))" should read
> "SUBSTRING(artista, LOCATE( ' ',artista)+1)"
>
> But apart from the fact that there were so many mistakes, it was
> perfectly correct!


fantastic!!
thanks a lot!
now all works fine!
  Réponse avec citation
 
Page generated in 0,06181 seconds with 9 queries