Skip to content

SQL #1

@Ksmith404

Description

@Ksmith404

select P.firstName, A.[AddressLine1]
from [Person].[Person] P
right JOIN [Person].[Address] A
ON BusinessEntityID = A.AddressID
WHERE AddressLine1 is not null AND FirstName LIKE "A%"
ORDER BY FirstName

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions