I have a sql table with a lot of records, say 120,000, so it's too large to go into excel. I have another table that has two columns, the first column has an account name and the second column has the group name. I want to do a search within the sql table to compare it to my alt. table and in instances where things can be grouped return the group name, otherwise leave the name as is. If the table would fit into excel I could use a vlookup equation like this:
IF(ISERROR(VLOOKUP(C3,I:M
,2)),C3,VLOOKUP(C3,I:M,2))
but it won't fit into excel. Any ideas on how I could apply something like this to a sql table?
2007-06-20
08:42:01
·
2 answers
·
asked by
Mr Chris
4
in
Science & Mathematics
➔ Mathematics