Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to invoke an SQL file from another file in SAP HANA using the statement:

DO 'path/to/sql/file.sql';

Where path/to/sql/file.sql is the path to the SQL file that you want to execute. You can include this statement in a SQL file or in a stored procedure to execute the SQL statements in the target file.