Search code examples
sybasesap-iq

SYBASE Table space information


Can any one help me finding the information of multiple tables in SYBASE. I Know in ORACLE we do Select * from USEr_segments;


Solution

  • Something similar would be visible through running

    select * from sysobjects where uid = user_id() and type = 'U'