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 |
Tags
- erlang
- Programming
- Malaysia
- Kuala Lumpur
- QT
- hbase
- agile
- django
- Python
- management
- Book
- Spain
- web
- Italy
- France
- history
- hadoop
- Book review
- Software Engineering
- RFID
- MySQL
- program
- Linux
- Java
- ubuntu
- comic agile
- programming_book
- leadership
- essay
- psychology
Archives
- Today
- Total
목록SQL (1)
Microsoft SQL
- desc [table name] (cf. http://www.electrictoolbox.com/describe-table-structure-sql-server/ ) exec sp_columns [table name] - select * from [table name] limit [n] (cf. http://stackoverflow.com/questions/603724/how-to-implement-limit-with-microsoft-sql-server ) select top [n] * from [table name] - show tables (cf. http://www.webmasterworld.com/forum112/142.htm ) select name from [database name]....
Programming
2011. 12. 1. 00:28