0

How to get schema list in Progress OpenEdge SQL query for PUB and SYSPROGRESS:

Schema

In this case

Schema Names

Or for below structure.

Sports2000
  ↳ PUB
     ↳ Tables
  ↳ SYSPROGRESS
     ↳ Tables
1

1 Answer 1

0

The schema you are referring to is the owner.

select owner, count(*) as '#' from sysprogress.systables group by owner

Which will return something like:

OWNER       #
PUB         157
SPORTS2020    1
SYSPROGRESS  49
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.