FETCH FROM

FETCH FROM is a PRIMARY command that must be followed by the "TABLE_NAME" argument, and then optionally by conditions such as (COLUMN1, COLUMN2) to specify which data to retrieve.

Possible follow-up commands:

Last updated