I think you're going to have to make a few queries to get this....try something like these...
1)
Code:
SELECT [all fields except "days to complete method 2"], [days to complete method 1] AS MaximumCompletionTime FROM (table) WHERE [days to complete method 1] > [days to complete method 2];
Code:
INSERT INTO [query1] SELECT [all fields from original table except "days to
Leave a comment: