MS-SQL, MySQL 명령어 비교
페이지 정보
작성자 서방님 댓글 0건 조회 148회 작성일 10-11-24 10:36본문
MS-SQL<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> |
MySQL |
설명 |
Sp_tables |
Show tables |
테이블 리스트 조회 |
Sp_columns 테이블명 |
Desc 테이블명 |
테이블의 필드 리스트 조회 |
IsNull |
IfNull |
|
GetDate() |
Now() |
|
Convert(Numeric, ‘1’) |
Convert(‘1’, Decimal) |
|
Str1 + str2 + str3 |
Concat(str1, str2, str3) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
댓글목록
등록된 댓글이 없습니다.