From Taiwan with love.
Honey Jujube 蜜棗 - Seasonal local produce. A type of fruit that is very crisp and juicy and sweet.
Red Bean Glutinous Rice Cakes Q餅 from Saint Paul Patisserie 聖保羅
Thursday, March 22, 2012
Thursday, March 15, 2012
Bebek Tepi Sawah Restaurant, Ubud, Bali
Although it has been almost 1 year since my Bali visit, I never got around to completing the rest of the posts.
Of all the restaurants and warungs that we have visited in Bali, Bebek Tepi Sawah left the most lasting impression on me. It deserves a post of its own!
We were lucky for opting to dine there during lunch instead of dinner, as the beautiful surroundings and deco of the restaurant would be barely visible at night.
The most popular picture-taking spot (above).
Of all the restaurants and warungs that we have visited in Bali, Bebek Tepi Sawah left the most lasting impression on me. It deserves a post of its own!
We were lucky for opting to dine there during lunch instead of dinner, as the beautiful surroundings and deco of the restaurant would be barely visible at night.
The most popular picture-taking spot (above).
Hai Siang Seafood Restaurant, Simpang Ampat
Tuesday, March 13, 2012
I miss my NIkki.
Dear Nikon,
It's been months since I last picked you up and spent quality time with you. I miss you!
It's been months since I last picked you up and spent quality time with you. I miss you!
DQL to list workitems of a document
select i.r_object_id, a.object_name, i.r_performer_name, wf.object_name as work_flow_name, wf.r_object_id as workflow_id
from dmi_workitem i, dm_activity a, dm_workflow wf
where i.r_act_def_id = a.r_object_id
and i.r_workflow_id = wf.r_object_id
and wf.r_object_id in
(select r_workflow_id from dmi_package
where any r_component_id in
(select r_object_id from dm_sysobject (all)
where i_chronicle_id in
(select i_chronicle_id
from dm_sysobject where r_object_id in (SELECT r_object_id FROM dm_document
WHERE object_name LIKE 'N0050675%'
)
)
)
)
order by wf.r_object_id
from dmi_workitem i, dm_activity a, dm_workflow wf
where i.r_act_def_id = a.r_object_id
and i.r_workflow_id = wf.r_object_id
and wf.r_object_id in
(select r_workflow_id from dmi_package
where any r_component_id in
(select r_object_id from dm_sysobject (all)
where i_chronicle_id in
(select i_chronicle_id
from dm_sysobject where r_object_id in (SELECT r_object_id FROM dm_document
WHERE object_name LIKE 'N0050675%'
)
)
)
)
order by wf.r_object_id
Subscribe to:
Posts (Atom)