Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bb15053

Browse files
author
_lpc
authored
format sql 176 (fishercoder1534#97)
1 parent 383b770 commit bb15053

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

database/_175.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
select Person.FirstName, Person.LastName, Address.City, Address.State from Person left join Address on Person.PersonId = Address.PersonId;
1+
select Person.FirstName,
2+
Person.LastName,
3+
Address.City,
4+
Address.State
5+
from Person
6+
left join Address on Person.PersonId = Address.PersonId;

0 commit comments

Comments
 (0)