sprintf(idQuery,"updata url set Count=(Count+1) where url='%s'", buf_in);
query_stat=mysql_query(connection,idQuery);
url입력받아서 buf_in에 담은뒤에
url테이블에서 일치하는 url있으면 해당 열의 count값을 1씩증가시켜주는 쿼리문 만들려고 하는데
Mysql query error : You have an error in your SQL syntax; check the manual that corresponds to yo