Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottgriv/sql-useful_db2_queries
A collection of useful IBM Db2 queries.
https://github.com/scottgriv/sql-useful_db2_queries
as400 db2 db2-database ibmi query sql
Last synced: 20 days ago
JSON representation
A collection of useful IBM Db2 queries.
- Host: GitHub
- URL: https://github.com/scottgriv/sql-useful_db2_queries
- Owner: scottgriv
- License: unlicense
- Created: 2023-04-20T02:26:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T02:11:02.000Z (7 months ago)
- Last Synced: 2024-12-08T16:46:54.387Z (26 days ago)
- Topics: as400, db2, db2-database, ibmi, query, sql
- Language: SQLPL
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
Useful Db2 SQL Queries
A sample of useful IBMi Db2 queries.
---------------
## Table of Contents
- [Getting Started](#getting-started)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)## Getting Started
Use the [sql-useful_db2_queries.sql](sql-useful_db2_queries.sql) file to run the queries in this repository.
## Resources
- [IBM Db2 for i](https://www.ibm.com/docs/en/i/7.4?topic=overview-db2-i)
- [IBM Db2 for i SQL reference](https://www.ibm.com/docs/en/i/7.2?topic=reference-sql)## License
This project is released under the terms of **The Unlicense**, which allows you to use, modify, and distribute the code as you see fit.
- [The Unlicense](https://choosealicense.com/licenses/unlicense/) removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the [LICENSE](LICENSE) file in this repository.## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [[email protected]](mailto:[email protected])
**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)
**Reference:** [Main Branch](https://github.com/scottgriv/sql-useful_db2_queries)---------------