View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 09:24 AM
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