Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
<no name> by Anonymous
select customer_no,status,first_name,last_name,fullName from ( select c.id,person_id,c.customer_no,c.status,p.first_name,p.last_name,p.dob as DateOfBirth,concat(p.first_name,' ',p.last_name) as fullNamefrom customer c inner join person p on p.id=c.person_id) xc2ty
Cached Result
Last Run: 10:59:58 am
Compile: 0.413s
Execute: 0.019s
Memory: 48kb
CPU: 0s