Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2018 04:09 AM
Hi.
From the docs
The JDBC table that should be read. Note that anything that is valid in aFROM clause of a SQL query can be used. For example, instead of a full table you could also use a subquery in parentheses.
So has to be a subquery or alternatively you can use table functions and to achieve the same as a stored procedure.