Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
akw unique query
Name: user57 Date: September 11, 2008 at 01:55:32 Pacific OS: AIX 5.3 CPU/Ram: 4/32 Product: p550
Comment:
Looking for an AWK solution to pull out unique entries on $1. If multiple occurences exist the rule is to examine the second field and print the line with the greatest numeric, as illustrated by the sample data below:
Summary: Dear All, I currently have a data structure that has been taken from a database with the relevant bits looking like this: Survey 1..* SurveyEvent 1..* Sample 1..* SampleSpecies. Survey's key is 'Surve...
Summary: Running "Select DISTINCT from logins" in Query Analyzer returns the entire column, just as you indicated: ID ID ID ... I need to retrieve only the ID of the row just inserted, not the entire column. I...
Summary: Hello, I have two tables, one with only phone numbers and the 2nd has Names, Addresses, and Phone Numbers. I need to run a query to see if any of the phone numbers in Table2 match those in Table1. ...