QUERY: SELECT * from hygiene Z, farm FM where Z.farm_name = FM.farm_name and Z.weeks = ' '
ERROR: Unknown column 'Z.weeks' in 'where clause'
QUERY: SELECT * from hygiene Z, farm FM where Z.farm_name = FM.farm_name and Z.weeks = ' ' LIMIT 0, 10
ERROR: Unknown column 'Z.weeks' in 'where clause'


Warning: Invalid argument supplied for foreach() in /home/cts.eemo.co.kr/public_html/src/web/view/doc/farmList/hygiene_list.php on line 76
순번 계군코드 농장장 농가명
QUERY: SELECT * from hygiene Z, farm FM where Z.farm_name = FM.farm_name and Z.weeks = ' '
ERROR: Unknown column 'Z.weeks' in 'where clause'