Like operator
Hello everyone
I'm having trouble using like operator
In my database I have three fields called
cadastro_seguimento
cadastro_contato
cadastro_empresa
they are all type text
I'm using dreamweaver, and I wonder how do I use to look like in these 3 fields.
Below is the example of my query
SELECT *
FROM register
WHERE colname = cadastro_categoria_id cadastro_empresa OR LIKE% search%
But my query besides using the like, I will also do a search for ID.
