You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

No, you can just use quoted file name instead of a table name in a SELECT statement:

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 were being added to it over the years:

select all * from "iasi.odb";
  • No labels