I want to run select Sql Server Query at one time. I am using Drill in embedded mode.
select * from <storagePluginName1>.<schemaName>.<tableName>;
select * from <storagePluginName2>.<schemaName>.<tableName>;
Example:-
select * from SqlServer.dbo.`Category`;
select * from sqldemo.dbo.`Attributes`;
Whether Apache Drill Supports Multiple Query at one time or not.??? If Yes then How.??