Thread
:
newbie needs help with mysql query from a form submission
View Single Post
#
4
(
permalink
)
02-28-2008, 09:24 AM
Captain Paralytic
Posts: n/a
Re: newbie needs help with mysql query from a form submission
On 15 Mar, 14:07, "Peter H. Coffin" <hell...@ninehells.com> wrote:
> SELECT * FROM my_table WHERE country LIKE '%';
>
> will pick all.
as will SELECT * FROM my_table
Captain Paralytic