Feature request #10948
Use SELECT query as data source in MSSQL
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Nathan Woodrow | ||
Category: | Data Provider/MSSQL | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 19301 |
Description
I would like to use a SELECT statement as data source. This seems to be possible with postgres, but it's not possible with MSSQL, because the "table=dbo.tablename"-part of the data source must have this exact format. In postgres it's possible to use "table=(SELECT ... FROM xyz)".
History
#1 Updated by Nathan Woodrow over 10 years ago
- Assignee set to Nathan Woodrow
#2 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No