|
@@ -182,11 +182,11 @@ func (s *SQL) SelectAND(table string, colvals [][]string) ([][]string, error) {
|
|
|
rsltCol = append(rsltCol, string(bytes[:]))
|
|
rsltCol = append(rsltCol, string(bytes[:]))
|
|
|
rsltRow = append(rsltRow, rsltCol)
|
|
rsltRow = append(rsltRow, rsltCol)
|