Joining sysdevices table and sysusages table in sysbase

  • Pls can someone help me with a script to join this two system tables in sybase

    sysdevices table and sysusages

    thanks

  • I haven't touched sybase for a while but I think it'd be something like:

    SELECT {columns}

    FROM sysusages, sysdevices

    WHERE sysusages.vstart >= sysdevices.low

    AND sysusages.vstart <= sysdevices.high

    I think :crazy:

    {edit: forgot the 's' on usages!}



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply