Versions Compared

Key

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

...

Internal query SQL supported for Origin File Connector is designed to select desired data stored in an Origin project file. SQL operates through simple, declarative statements. This makes data extraction more flexible, helps to organize data in an Origin project and maintain the

Syntax:


Code Block
SELECT COLUMN FROM Range WHERE Condition



Note: only data column is supported as object used in Origin File Connector.

...