In Domo Workbench select column, * not returning data
I'm new to Domo and Oracle SQL having worked in MS SQL Server until recently. In Domo workbench 'Select column, T.* from Table T' doesn't return any rows of data in the preview window. 'But Select column from Table T' and 'Select T.* from Table T' both do return rows for the preview. I thought my issue might be PL/SQL related but the use of the alias should work in PL/SQL as it does in T-SQL form the posts I've been able to find. Any help on what I'm missing in the syntax translation would be appreciated.
0
Best Answer
-
Just a guess, but could it be that you have duplicate column names? Instead of
SELECT column, T.* FROM TABLE T
can you try
SELECT column as uniquely_named_column, T.* FROM TABLE T
0
Answers
-
Just a guess, but could it be that you have duplicate column names? Instead of
SELECT column, T.* FROM TABLE T
can you try
SELECT column as uniquely_named_column, T.* FROM TABLE T
0 -
That solved the issue. Thanks for the help!
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 663 Datasets
- 119 SQL DataFlows
- 2.3K Magic ETL
- 823 Beast Mode
- Visualize
- 2.6K Charting
- 86 App Studio
- 46 Variables
- Automate
- 193 Apps
- 483 APIs & Domo Developer
- 87 Workflows
- 23 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 117 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive