Jump to content

How to get 10 videos from last 100 videos randomly?


apollo2020

Recommended Posts

I have a database indexing videos. I want to collect 10 videos randomly but only from the last 100 videos recently added. What's the sql string I should use for this?

 

MySql fields are:

$videoid

$date_added

 

// For example, ? is what I need unless the select statement is also altered

mysql_query("SELECT * FROM videos WHERE ? ");

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.