Posted by Stefan Rybacki on 10/13/52 11:24
Adam J. wrote: > Hello > > I need to make a query like > > .... WHERE name+surname LIKE '%search%'...... > but what is a syntax of this (name+surname does not work) > Use CONCAT. .... WHERE CONCAT(name,surname) LIKE '%search%' ... Regards Stefan > Regards > Adam J. > >
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming