cancel
Showing results for 
Search instead for 
Did you mean: 

Query table form ECC database

Former Member
0 Kudos

Hello,

I am trying to select rows from an ECC database for example from table USR02. I have tried

Select * from ECC.USR02

But this does not execute, I get intellisense for the ECC but after the . I only get the below options

How do i select from tables in the below hierarchy?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Select * from ECC.ecc.USR02

Answers (0)