Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_base has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 428

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_forum has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 844

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_topic has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 973
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /feed.php on line 173: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /feed.php on line 174: Cannot modify header information - headers already sent by (output started at /feed.php:428)
RuneVillage.com Where Gamers Escape! 2012-11-23T11:44:24-06:00 http://poorshark.com/ThePub/feed.php?f=16&t=438494 2012-11-23T11:44:24-06:00 http://poorshark.com/ThePub/viewtopic.php?t=438494&p=10315974#p10315974 <![CDATA[Re: MySQL Query help]]>
select a.id from `table` as a inner join `table` as b on a.`id` = b.`id` where a.`Year` +1 = b.`Year`


Should work

Statistics: Posted by reggie — November 23rd, 2012, 11:44 am


]]>
2012-11-16T08:20:12-06:00 http://poorshark.com/ThePub/viewtopic.php?t=438494&p=10315737#p10315737 <![CDATA[MySQL Query help]]>
So with this sample data:

ID | Year
------------------
1 | 2001
1 | 2002
2 | 2003
2 | 2005
3 | 2006
3 | 2007

I would want to extract 1 and 3. Does this make sense? I can't really think of any other way to describe it, but if you have any questions that could help out please let me know!

tru :wink:

Statistics: Posted by Tru Ninja — November 16th, 2012, 8:20 am


]]>