help with a simple query please??

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Bayyari
Forum Newbie
Posts: 1
Joined: Wed Apr 16, 2008 12:18 pm

help with a simple query please??

Post by Bayyari »

I am trying to make a csv file query for a 3 text field file. Made the file in excel, saved it as a csv file. All i want is to be able to search for a 6 digit # in the first column and return any matching values.

This is what my database looks like.

Bin Bank Phone
111111 BoA 111-111-1111

if i searched for 111111 it should return BoA 111-111-1111

Any help is MUCH appreciated.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: help with a simple query please??

Post by Kieran Huggins »

Post Reply