mirror of
https://github.com/kacos2000/Queries
synced 2024-11-13 19:10:42 +00:00
IOS
This commit is contained in:
parent
8fbc8e4fef
commit
7058b07cd4
@ -15,7 +15,8 @@ ABPerson.JobTitle,
|
||||
ABPerson.Nickname,
|
||||
abperson.Note,
|
||||
date('2001-01-01', abperson.Birthday || ' seconds') as 'Birthdate',
|
||||
|
||||
ABPerson.Prefix,
|
||||
ABPerson.Suffix,
|
||||
(select
|
||||
value from ABMultiValue where property = 3 and record_id = ABPerson.ROWID and
|
||||
label = (select ROWID from ABMultiValueLabel where value = '_$!<Main>!$_')) as 'Main',
|
||||
|
Loading…
Reference in New Issue
Block a user