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 | 31 |
Tags
- import
- Windows 10
- resource
- context
- plugin
- Source
- bash
- tomcat
- xargs
- lsof
- Mac
- 줄바꿈 문자
- JavaScript
- 단축키
- ssh
- VirtualBox
- IntelliJ
- maVen
- Quartz
- find
- grep
- 네트워크
- Eclipse
- vscode
- web.xml
- GIT
- netsh
- Windows
- port
- profile
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