I have a simple access 2003 database that contains links to pictures in a directory.
Example:
I need to build an sql statement that will return only highest count (this is red part).
I’m really stuck on this any help is welcome
Cheers
mossimo
Example:
Code:
link = [URL unfurl="true"]http://www.mysite.com/upload/MO_07191_[/URL][red]02[/red].jpg
link = [URL unfurl="true"]http://www.mysite.com/upload/MO_07191_[/URL][red]08[/red].jpg
link = [URL unfurl="true"]http://www.mysite.com/upload/MO_07191_[/URL][red]05[/red].jpg
link = [URL unfurl="true"]http://www.mysite.com/upload/MO_07191_[/URL][red]12[/red].jpg
I need to build an sql statement that will return only highest count (this is red part).
I’m really stuck on this any help is welcome
Cheers
mossimo