Joined
Last Seen
-8 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 7
- Posts with Downvotes
- 2
- Downvoting Members
- 6
0 Endorsements
Ranked #44.2K
~473 People Reached
Favorite Forums
Favorite Tags
4 Posted Topics
SELECT MIN (tbl_name) AS tbl_name, PK, column_list FROM ( SELECT ' source_table ' as tbl_name, S.PK, S.column_list FROM source_table AS S UNION ALL SELECT 'destination_table' as tbl_name, D.PK, D.column_list FROM destination_table AS D ) AS alias_table GROUP BY PK, column_list HAVING COUNT (*) = 1 ORDER BY PK -> tbl_name …
I think Java Nut shell book will help you.
Shyam series is one of the best book for bigeners of c programming.
The End.
limodetroit