Ver original$sentencia = " SELECT if(articulos.stock>0,'si','no') existeStock FROM articulos;"; $this->resultados = $this->rawQuery($sentencia);