Changeset 34434
- Timestamp:
- 07/15/09 15:34:05 (4 years ago)
- Files:
-
- 1 modified
-
lang/perl/misc/MyOA/tweet_feed.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/MyOA/tweet_feed.pl
r34137 r34434 30 30 # twitterへの投稿回数が少ないものからランダムに情報取得 31 31 my $sth = $dbh->prepare( 32 "select * from tweet_counter left join documents using(id) 33 where count=(select min(count) from tweet_counter) 34 order by rand()" 32 "select * from tweet_counter left join documents using(id) 33 where title is not null order by count asc, rand()" 35 34 ); 36 35 $sth->execute();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)