Searching MySQL?

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
Mr. Tech
Forum Contributor
Posts: 205
Joined: Tue Feb 11, 2003 4:18 pm
Location: Australia

Searching MySQL?

Post by Mr. Tech »

Does anyone know of any good code or tutorials that shows you all the ways you can search a mysql database?

Thanks
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

what kind of searching are you looking for exactly?

do you mean all the different joins, limits, order by's, etc?
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

http://librenix.com/?inode=3227
http://www.weberdev.com/ShowArticles.ph ... tegoryID=1 <-- may find something here

best of all, [google]mysql search tutorials[/google]
Mr. Tech
Forum Contributor
Posts: 205
Joined: Tue Feb 11, 2003 4:18 pm
Location: Australia

Post by Mr. Tech »

Thanks for the links. I'll look throughb them and see what I can find.
Post Reply