Select To command

SQL*XL
home

Syntax:
SELECT ... FROM .... TO cell

Description:
Selects data from the data and puts the resultset starting at the indicated cell. Use the range address as cell.

Examples:
select * from emp to A1;
select * from emp to Sheet1!A1;
select * from emp to [myfile.xls]Sheet1!A1;

See also: