게시판 기간검색이요 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

게시판 기간검색이요 정보

게시판 기간검색이요

본문

여분필드wr_5로 생년월일를 쓰고있는데요
wr_5에는
필드를 나눠서 $ext5_00은 1900같이 네가지 숫자, $ext5_01은 12같이 두가지 숫자, $ext5_02은 19같이 두가지 숫자로 나눠져있어요.

근데 제가 하려는건
연도별로 검색인데
1900년도 부터 1905년까지의 게시물 리스트를 검색할수 있는 방법은 무엇인가요?

<td>
<form name="fsearch" method="get">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=sfl  value="wr_2||wr_3||wr_5">
<div><span>
              <select name="stx_t1" class="stx" itemname="검색어">
              <option value='' >::채용부문::</option>
              <option value='디자이너'<? if($stx_t1 == "디자이너") echo "selected"; ?>>디자이너</option>
              <option value='회계' <? if($stx_t1 == "회계") echo "selected"; ?>>회계</option>
              <option value='게임' <? if($stx_t1 == "게임") echo "selected"; ?>>게임</option>
              <option value='IT계열' <? if($stx_t1 == "IT계열") echo "selected"; ?>>IT계열</option>
              <option value='기타' <? if($stx_t1 == "기타") echo "selected"; ?>>기타</option>
              </select></span>
      <span>     
      <select name="stx_t2" class="stx" itemname="검색어" >
              <option value='' >::성별::</option>
              <option value='남자' <? if($stx_t2 == "남자") echo "selected"; ?>>남자</option>
              <option value='여자' <? if($stx_t2 == "여자") echo "selected"; ?>>여자</option>
      </select></span>
      <span><input type=image src="<?=$board_skin_path?>/img/btn_search.gif" border=0 align=absmiddle></span></div>
</form>
</td>

이렇게 다중검색을 사용하고있는데요,
여기에 기간검색을 추가하고 싶어서요.

가능한가요?
  • 복사

( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_id = '259762' and wr_id != '2008' ) union ( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '259636' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )

1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

error file : /15sir/bbs/board.php