Skip to content

Instantly share code, notes, and snippets.

@jhannah
Created February 3, 2011 21:05
Show Gist options
  • Select an option

  • Save jhannah/810202 to your computer and use it in GitHub Desktop.

Select an option

Save jhannah/810202 to your computer and use it in GitHub Desktop.
vh_finished.pl
mysql> select *
-> from harvester_runs
-> where script_name like '%video_harvester%'
-> and start_time is not null
-> and stop_time is not null
-> and date(start_time) = curdate()
-> limit 1
-> ;
Empty set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment