.net q
.net q
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- 3030
sounds simple, but it is quite tricky;
if you have loads of rows, you have to iterate through every row and compare values;
can be done using .net or can be done i t-sql (if MS SQL is used)
more columns in table, more values to compare...