서버이전 중에 1305 에러가 떳습니다.
- -286
- 4
- 2,822
- 글주소
- 12-23
어떠한 문제인지 인지를 못해서 글 남깁니다.
DB, FTP 전부 이전 하였으며 도메인 접속시 아래와 같은 문구가 뜹니다..ㅠ
카페24 웹호스팅으로 서버 이전중이며 해결방안 알려주시면 감사하겠습니다.
에러문구는 아래와 같습니다.
�곗씠�곕쿋�댁뒪 �ㅻ쪟媛� 諛쒖깮�섏��듬땲��.
Error Number: 1305
FUNCTION sfc1998.ANY_VALUE does not exist
SELECT ANY_VALUE(SEQ), `CATEGORY` FROM (`product_gubun`) WHERE `USEYN` = 0 GROUP BY `CATEGORY`
Filename: /sfc1998/www/models/product_m.php
Line Number: 115
오류구문
public function get_gubun_groupbylist($arg){
$this->db->select('ANY_VALUE(SEQ)');
$this->db->select('CATEGORY');
$this->db->from('product_gubun');
$this->db->where('USEYN', 0);
$this->db->group_by('CATEGORY');
$query = $this->db->get();
$ret = $query->result_array();
return $ret;
}