Need small help
I want to execute Select * from emp in Mule(transform message) using PostgresSQL but it is not taking * instead it is taking only column names like empno,ename,firname etc.. but I want to use * as my table is having almost 100 plus columns.
Can anyone suggest how to handle ?