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: 5 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-18T00:57:40.000Z (8 months ago)
- Last Synced: 2025-12-13T21:13:37.661Z (6 months ago)
- Topics: as400, db2, db2-database, ibmi, query, sql
- Language: SQLPL
- Homepage:
- Size: 394 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:** [scott.grivner@gmail.com](mailto:scott.grivner@gmail.com)
**Website:** [linktr.ee/scottgriv](https://www.linktr.ee/scottgriv)
**Reference:** [Main Branch](https://github.com/scottgriv/sql-useful_db2_queries)
---------------