Uploaded image for project: 'Music'
  1. Music
  2. MUSIC-380

Use schema and table name for defining ranges

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • El Alto Release
    • None
    • mdbc
    • None

      Instead of only using the name, we also need to use the schema, to avoid any possible aliases of table names between multiple schemas.

      Examples

       

      SELECT * FROM SCHEMA.TABLE;
      

      The name of the table used for the Range should be "SCHEMA.TABLE".

      Another example

      SELECT * FROM TABLE;
      

      The schema should be inferred, to be the current schema (database). It is still is going to be "SCHEMA.TABLE"

            bptschaen bptschaen
            esaurez esaurez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: