Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anybody please help me to understand how to execute the following type of query in tOracleInput, i have tried it but am facing issues.Oracle QuerySELECT A.name name,A.id id ,income FROM C1.emp A,c2 .Inc B WHERE A.id = B.id;Thanks in Advance