Query Help....

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
wreed
Forum Newbie
Posts: 12
Joined: Wed Dec 18, 2002 12:12 pm
Location: Butler, NJ
Contact:

Query Help....

Post by wreed »

Thanks it was answered in another thread!
Last edited by wreed on Thu Feb 06, 2003 9:30 am, edited 1 time in total.
ReDucTor
Forum Commoner
Posts: 90
Joined: Thu Aug 15, 2002 6:13 am

Post by ReDucTor »

Code: Select all

SELECT * FROM weekly_rankings WHERE team = 'islanders' ORDER BY week DESC LIMIT 1
Post Reply