i need lookup against table different business conditions on each column:
against first column "natural" lookup (equal).
against second column, lookup : if match, give me result, if don't match, select rows empty fields.
same thing 3th, 4th, 5th column , 1 row, , 6th column of row matching value need
my question how implement logic against lookup table different business conditions on each column. should implement store procedure?
i see no reason stored procedure. implement in sql query used lookup.
Comments
Post a Comment