Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Confirmed.

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

Code Block
select * from "iasi.odb";

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

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