persistentstorage/sql/TEST/contacts_startup_time.sql
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:51:02 +0200
branchRCL_3
changeset 10 fa9941cf3867
parent 0 08ec8eefde2f
permissions -rw-r--r--
Revision: 201008 Kit: 201008

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