Tagged Questions

0
votes
3answers
39 views

Remove duplicates based on max(date)

Hi Greetings! I need a query to retain the maximum date and delete the rest duplicate values eg ''''''''''''''''''''' id date row_id(unique) 1 11/11/2009 1 1 …
0
votes
4answers
67 views

Efficient latest record query Postgresql

Alright I need to do a big query, but I only want the latest records. For a single entry I would probably do something like SELECT * FROM table WHERE id = ? ORDER BY date DESC LI …
3
votes
6answers
169 views

Upgrade Python to 2.6 on Mac

I'd like to upgrade the default python installation (2.5.1) supplied with OS X Leopard to the latest version. Please let me know how I can achieve this. Thanks
0
votes
3answers
541 views

Clear my cache using cmd command=> ipconfig/dnsflush?

If my computer is the web server for multiple live websites, is there any harm if i type ipconfig/dnsflush in my command prompt editor?? I always got this problem. I embed a flash …
0
votes
2answers
118 views

korn shell script to get the most recent file for a given day

HI, I have a list of files from the last 7 days. From this list, if there are multiple files on a certain day, i need to get the latest for that day using korn shell script. Please …
0
votes
2answers
184 views

Question about SubSonic and a question about dateTimePicker control on a Windows Form

Question #1: Latest working Version I'm currently using SubSonic 2.1 built 491. Is there a later built? Where can I get it? I know 2.2 was released but it doesn't come with a Setu …
3
votes
7answers
608 views

How to display latest revision in a file?

Hey, I'm wondering how do you deal with displaying release revision number when pushing live new versions of your app? You can use $Rev$ in a file to get latest revision, but only …