Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb2dad4

Browse files
Combine Two Tables
1 parent e9c0efd commit fb2dad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎LeetCode Algorithms/SQL/combine-two-tables.sql‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
-- LEFT JOIN
44
-- İlk tablodaki tüm veriler gelir.
5-
-- İlk tablo ile ikinci tablodaki eşleşmeyen kayıtlara NULL koyulur.
5+
-- İkinci tabloda ilk tablo ile ilgili kayıt yoksa NULL koyulur, kayıt varsa o değer koyulur.
6+
67
SELECT
78
P.firstName, P.lastName, A.city, A.state
89
FROM

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /