Skip to content

Is it possbile to add a username before tablename, e.g. foo.foobar #74

@UWesthaus

Description

@UWesthaus

Due to security issues I can only connect to the database using a restricted (viewer) account, which has only select rights on the tables, but no insert or update rights. To handle this the name of the account has to inserted before the table name within the sql:

  • select * from foo.foobar

instead of

  • select * from foobar

Is it possible to pass the account name as variable, e.g. like select * from :dbOwner.foobar? Or any other trick?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions