Operation Details |
Description: | Searches for cells by row and column |
Sterotype: | nsmulti |
SQL |
SELECT rateCellID, rateColumnID, rateCellMin, rateCellMax, rateCellValue, rateCellType, rateCellIndex, anyMinimumInd, anyMaximumInd, rateRowID, blankCellInd INTO :rateCellID, :rateColumnID, :rateCellMin, :rateCellMax, :rateCellValue, :rateCellType, :rateCellIndex, :anyMinimumInd, :anyMaximumInd, :rateRowID, :blankCellInd FROM RateCell WHERE rateColumnID = :rateColumnID AND rateRowID = :rateRowID ORDER BY rateCellIndex ASC |