///////////////первый раз
while ($res = mysqli_fetch_array($result_system_field[workings_klass_form])){
print_r($res[value].'<br>');
};
////////////////////////////повторно
while ($res = mysqli_fetch_array($result_system_field[workings_klass_form])){
print_r($res[value].'<br>');
}