여분필드 텍스트와 숫자가 출력될수 있게 도와주세요. 정보
여분필드 텍스트와 숫자가 출력될수 있게 도와주세요.본문
완전초보네요.
너무 답답해서 글올려보네요.
문의 스킨은
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=89938&sca=%EA%B2%8C%EC%8B%9C%ED%8C%90&sfl=wr_subject%7C%7Cwr_content&stx=%EC%88%9C%EC%9C%84
사용된 필드 정의
wr_1 : 금메달 개수
wr_2 : 은메달 개수
wr_3 : 동메달 개수
wr_10 : 총 점수
wr_2 : 은메달 개수 ← 숫자만 출력되는 이필드를 텍스트와 숫자가 출력되게 하고 싶은데 어케 하는지 모르겠네요.
자세하게 도와주세요.
너무 답답해서 글올려보네요.
문의 스킨은
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=89938&sca=%EA%B2%8C%EC%8B%9C%ED%8C%90&sfl=wr_subject%7C%7Cwr_content&stx=%EC%88%9C%EC%9C%84
사용된 필드 정의
wr_1 : 금메달 개수
wr_2 : 은메달 개수
wr_3 : 동메달 개수
wr_10 : 총 점수
wr_2 : 은메달 개수 ← 숫자만 출력되는 이필드를 텍스트와 숫자가 출력되게 하고 싶은데 어케 하는지 모르겠네요.
자세하게 도와주세요.
( 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 = '281771' 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