쿼리문 질문좀요
본문
elseif($result=mssql_fetch_row(mssql_query("select [AccountId] from [warehouse] where (charindex (0x".$_GET['item_serial'].", Items) %16=4)")))
print 'That item has been found in account <b>'.$result[0].'</b>\'s personal storage!';
위에 쿼리문중에서 (0x".$_GET['item_serial'].", Items) %16=4 문 %16=4 는 무엇을뜻하는것인가요?
답변을 작성하시기 전에 로그인 해주세요.