View Single Post

  #3 (permalink)  
Old 03-15-2007
Captain Paralytic
 
Posts: n/a
Default 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

Reply With Quote