Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

No, you can just use quoted specify the file name within double quotes instead of a table name in a SELECT statement:

...

 or, if you have a file with heterogeneous metadata , (e.g. because it spans several years of observations retrieved from MARS and new columns were being have added to it over the years):

Code Block
select all * from "iasi.odb";