Search results

  1. C

    Get Unique records within a query

    Here is what i am trying to do. Original table with composite key Erow and Irow. Columns Erow Irow 1 2 3 4 5 6 115 141 116 142 117 143 117 144 118 145 119 146 120 147 122 148 123 148 125 151 126 152 127 153 130 157 131...
  2. C

    Get all Unique composite pair of records

    I will try to explain this in as detail as possible. I have One table having numerous columns. Columns RowNumber <primary key> A E B C D Now what I am trying to do is retrieve all records in this table where the combination of A and E is unique. e.g. if table looks like Row A E B C D 1 1 1...
Back
Top Bottom