persistentstorage/sql/TEST/contacts_startup_time.sql
author William Roberts <williamr@symbian.org>
Mon, 21 Jun 2010 22:46:09 +0100
branchGCC_SURGE
changeset 27 ba32e40d9f36
parent 0 08ec8eefde2f
permissions -rw-r--r--
Mark extraneous symbols as ABSENT (bug 3065)

SELECT cm_firstname, cm_lastname, parent_cmid 
FROM identitytable 
WHERE cm_type=268440329
ORDER BY cm_firstname, cm_lastname;