8
Shouts

Always use ANSI joins for accuracy

published 505 days, 13 hours, 41 minutes ago posted by kinj312kinj312 506 days, 23 hours, 50 minutes ago
Wednesday, January 04, 2012 5:44:44 PM GMT Tuesday, January 03, 2012 7:35:42 AM GMT

Suppose there are two tables which have 5 and 4 rows respectively and related by the column id. If you want to join these two tables and get data from table1 you can write old style join like below create table table1 (id int, names varchar(100)) insert...

category: Data | clicked: 9 | | source: beyondrelational.com | show counter code
tags: SQL Server, TSQL

1 comment posted.

To post your comment please login or signup