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

Compare with Current View Page History

« Previous Version 2 Current »

No, you can just specify the file name within double quotes 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 have added to it over the years):

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