Legacy query with joins and nested subqueries received
SQLConverter
A scenario for converting legacy SQL, mapping tables, and refactoring complex queries with a guided view.
대상SQLConverter
모드Legacy query refactor
연결3 연결
관측 가능한 출력4 관측 가능한 출력
이 화면은 mock 데이터, 로그 및 관측 가능한 출력으로 활용 사례의 운영 세부 내용을 보여줍니다. 실제 버전은 LAN backend 또는 Objlab gateway를 통해 실행됩니다.
모드
데모는 합성 데이터를 사용하며 LAN VM을 직접 호출하지 않습니다.
Mock 메트릭
- Queries converted: 94 - Guided conversions in the lab
- Tables mapped: 31 - Normalized and reusable relationships
- Legacy risks: 6 - Patterns to review before release
관련 소프트웨어
- SQL transformer
- Schema mapper
- Diff viewer
Backend 및 오케스트레이션
- www.objlab.it gateway
- SQLConverter API
- review log
데모 흐름
- Paste the query
- Choose the target
- See the conversion
- Compare output and differences
Mock 요청
{ "source": "legacy_sql", "dialect": "oracle", "target": "postgres", "mode": "conversion" }Mock 응답
{ "status": "ok", "converted": true, "tables": 31, "warnings": ["ROWNUM -> LIMIT", "CONNECT BY -> CTE"] }관측 가능한 출력
Modernized queryDiffTable mappingMigration notes
실행 로그
Query rewritten to modern syntax
2 conversions require manual verification
