Jump to content

[SOLVED] Select help.


tqla

Recommended Posts

Hello. This will select everything from the the Search table where the Keywords field is like cookies.

 

SELECT * FROM search WHERE Keywords LIKE '%cookies%';

 

I also want to look in a field called Data in the same table.

 

How do I select everything from the Search table where the Keywords field AND the Data field are like cookies?

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/139015-solved-select-help/
Share on other sites

How do I select everything from the Keywords field AND the Data field?

 

I don't understand...  You are selecting from the Keywords and Data field, this is what * does.

 

Do you mean you want to search in the Keywords and Data fields?  If so, do you want to select only what is in Keywords AND Data or, Keywords OR Data?

Link to comment
https://forums.phpfreaks.com/topic/139015-solved-select-help/#findComment-727066
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.