Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- resource
- JavaScript
- maVen
- ssh
- plugin
- Eclipse
- IntelliJ
- Source
- netsh
- find
- 줄바꿈 문자
- vscode
- profile
- Mac
- xargs
- Windows 10
- web.xml
- bash
- 단축키
- grep
- VirtualBox
- Quartz
- import
- tomcat
- lsof
- 네트워크
- Windows
- port
- GIT
- context
Archives
- Today
- Total
develog
[DB] DB version 본문
Oracle
SELECT BANNER
FROM V$VERSION
WHERE ROWNUM = 1
MS-SQL
SELECT @@VERSION
MySQL
SELECT VERSION()
'DB > DB common' 카테고리의 다른 글
[DB] DDL, DML, DCL (0) | 2017.03.27 |
---|---|
[jdbc] jdbc, driver, connection url (0) | 2016.06.02 |
ROWNUM, TOP, LIMIT (0) | 2015.10.22 |
Configuring Connection Pooling in Tomcat (0) | 2013.03.07 |
rownum, top, limit (0) | 2013.03.06 |
Comments