게시판 본문 ASP, ASP.NET, IIS & Script - Read Only
re:지나가다가.. |
---|
작성자: 오마르
작성일시: 2005-06-15 12:09,
조회수: 1,007
|
지나가다가 살포시 남겨봅니다.
다음은 mysql 레퍼런스에서 퍼온거에요.. ^^ INET_ATON(expr) Given the dotted-quad representation of a network address as a string, returns an integer that represents the numeric value of the address. Addresses may be 4- or 8-byte addresses. mysql> SELECT INET_ATON('209.207.224.40'); -> 3520061480 The generated number is always in network byte order. For the example just shown, the number is calculated as 209*256^3 + 207*256^2 + 224*256 + 40. As of MySQL 4.1.2, INET_ATON() also understands short-form IP addresses: mysql> SELECT INET_ATON('127.0.0.1'), INET_ATON('127.1'); -> 2130706433, 2130706433 NOTE: When storing values generated by INET_ATON(), it is recommended that you use an INT UNSIGNED column. If you use a (signed) INT column, then values corresponding to IP addresses for which the first octet is greater than 127 will be truncated to 2147483647 (that is, the value returned by INET_ATON('127.255.255.255')). See Section 11.2, “Numeric Types”. INET_ATON() was added in MySQL 3.23.15.ip 가 들어오면 님이 만드신 bound 로 변환되는 함수와 동일한 효과이네요. mysql> SELECT INET_ATON('127.0.0.1'), INET_ATON('127.1'); -> 2130706433, 2130706433 이부분만 빼고요.. ^^ limit 0, 1 은 리턴된 결과의 첫번째 행이라는 뜻이니.. mssql 의 top 1 과 같을테고.. 제가 보기엔 제대로 변환된거 같습니다. 링크된 사이트에서 sql 파일을 다운 받아보니깐 mssql 에는 int(11) 이라는게 없으니깐요.. bigint 형으로 데이타형을 선언해 주세요.. 그래야 제대로 order by 가되요 ^^ |
IP 주소: 222.108.201.184
|
송원석 |
답변 감사합니다. 서실 전 PHP 와 MySQL 쪽은 거의 무지해서 말입니다. ^_^;;;
|
2005-06-15 13:23 |
조보영 |
오마르님 답변 진심으로 진심으로 감사 드립니다.
|
2005-06-15 17:32 |
omar |
누군가에게 도움이 되다니 저도 넘 기뻐요.. T^T
|
2005-06-16 21:47 |
게시물 | ||||
---|---|---|---|---|
1,180 |
초보자 |
2005-06-21 | 962 | |
1,179 |
변수에 접근2 [1] |
2005-06-17 | 2,926 | |
1,178 | 2005-06-18 | 3,255 | ||
1,177 |
변수에 접근 [1] |
2005-06-17 | 2,897 | |
1,176 |
강수민 |
2005-06-17 | 990 | |
1,175 | 2005-06-18 | 3,000 | ||
1,174 |
정보문 |
2005-06-16 | 937 | |
1,173 | 2005-06-17 | 2,785 | ||
1,172 | 2005-06-16 | 3,334 | ||
1,171 | 2005-06-16 | 3,107 | ||
1,170 | 2005-06-15 | 3,389 | ||
1,169 | 2005-06-16 | 2,862 | ||
1,168 |
조보영 |
2005-06-15 | 1,237 | |
re:지나가다가.. [3] |
오마르 |
2005-06-15 | 1,007 | |
1,166 | 2005-06-15 | 2,802 | ||
1,165 |
천사 |
2005-06-13 | 852 | |
1,164 | 2005-06-13 | 2,856 | ||
1,163 |
천사 |
2005-06-13 | 855 | |
1,162 | 2005-06-11 | 2,763 | ||
1,161 | 2005-06-11 | 2,891 | ||
1,160 | 2005-06-10 | 2,715 | ||
1,159 | 2005-06-10 | 2,789 | ||
1,158 |
파일큐브 질문이요~~ [1] |
2005-06-10 | 3,283 | |
1,156 |
정규식 좀 도와주세요 [4] |
오마르 |
2005-06-08 | 889 |
1,155 |
re: 정규식 좀 도와주세요 [1] |
2005-06-08 | 3,142 |