Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9071

Re: same field from INNER JOIN tables

$
0
0

Try below sample code

 

select t1~f1

          f2

          f3...

          from <Table1> as t1 join <table2> as t2 on t1~f1 = t2~f1  into corresponding fields of table                     <internal table>

          where <condition>.

 

t1-->alias name for table1.

t2-->alias name for table2.

 

 

Thanks and Regards,

Rajkumar Parthipan.


Viewing all articles
Browse latest Browse all 9071

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>