Bu proje, SAP ABAP dilinde yazılmış bir SQL sorgu uygulamasını içerir. Bu uygulama, SAP sistemi içindeki veya dışarıdaki veritabanlarına istenen SQL sorgularını işler ve sonuçları kullanıcılara sunar, SQL Server Management Studio gibi bir arayüz sağlar.
- SQL sorgularını çalıştırma
- Veritabanından veri alma
- Veritabanına veri ekleme ve güncelleme
- Veritabanındaki verileri silme
Proje dosyalarını yerel bir ABAP geliştirme ortamına aktarın ve uygulamayı çalıştırmak için gerekli adımları izleyin.
Eğer projeye katkıda bulunmak isterseniz, lütfen bir çekme isteği (pull request) gönderin veya sorunlar (issues) ekleyin.
This project contains an SQL query application written in SAP ABAP language. This application processes requested SQL queries against databases within or outside the SAP system and provides results to users, offering an interface similar to SQL Server Management Studio.
This project includes an SQL query application written in SAP ABAP language. The application processes SQL queries requested for databases within or outside the SAP system and presents the results to users, providing an interface similar to SQL Server Management Studio.
Executing SQL queries Retrieving data from databases Adding and updating data in the database Deleting data from the database
To run the application, transfer the project files to a local ABAP development environment and follow the necessary steps.
If you would like to contribute to the project, please submit a pull request or add issues.
NORMAL QUERY | COUNT QUERY |
INNER QUERY | INNER + DISTINCT QUERY |