SapHana.Database
SapHana.Database(server as text, optional options as nullable record) as table
Returns a table of multidimensional packages from the SAP HANA database server. An optional record parameter, options, may be specified to control the following options:
Query: A native SQL query used to retrieve data. If the query produces multiple result sets, only the first will be returned.Distribution: A SapHanaDistribution that sets the value of the "Distribution" property in the connection string. Statement routing is the method of evaluating the correct server node of a distributed system before statement execution. The default value is SapHanaDistribution.All.
Show: