https://github.com/soags/sql-snippets
Collection of helpful SQL queries for administration
https://github.com/soags/sql-snippets
db2 mssqlserver oracle postgres sql
Last synced: 2 months ago
JSON representation
Collection of helpful SQL queries for administration
- Host: GitHub
- URL: https://github.com/soags/sql-snippets
- Owner: soags
- License: mit
- Created: 2023-08-25T03:59:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T10:41:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T13:55:42.130Z (over 1 year ago)
- Topics: db2, mssqlserver, oracle, postgres, sql
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Snippets
DB管理に便利なSQLスニペットのコレクション。
[](http://commitizen.github.io/cz-cli/)
|種類| SQLスニペット | データベース |
|---|---|---|
|SELECT| 全てのオブジェクトを取得する | [](./mssql/all-objects.sql) |
|SELECT| 全てのテーブルと列定義を取得する | [](./mssql/all-tables-and-columns.sql) |
|SELECT| 全てのテーブルと行数を取得する | [](./mssql/all-tables-and-rows.sql) |
|DROP| 全てのテーブルを削除する | [](./postgres/drop-all-tables.sql) |