persistentstorage/sql/TEST/contacts_startup_time.sql
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 16:18:30 +0300
changeset 35 0d6db0a14001
parent 0 08ec8eefde2f
permissions -rw-r--r--
Revision: 201027 Kit: 2010127

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