"Viper" <venomx.RemoveThis@gmail.com> wrote in message
news:dnS%d.14747$Ue6.3916@trndny04...
> Charles Sweeney wrote:
>> Viper wrote
>>
>>> In phpmyadmin how do I find all entries in the table phrase that
>>> contains GAS?
>>> I tried SELECT * FROM phrase WHERE varname = GAS; but that doesnt
>>> work
>>>
>>> I installed a article hack on my vbulletin forum and it didnt work
>>> and the uninstall script dodnt remove the phrases....
>>
>> If you go to the main page for your database (top link on the left)
>> you can then hit "search" and enter GAS in the search box.
>>
>> You can select which tables to search. If you select them all, it
>> will search every field on every table.
>>
>> You can use wildcards like %GAS, GAS% or %GAS%.
>
> Thank you!
I never noticed that there lol
>
In answer to your original SQL question ...
SELECT * FROM phrase WHERE varname LIKE '%GAS%';<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: mysql help please?