bookmarks-init.xql
DB Query file
Related Files
- packages/bookmarks/tcl/bookmarks-init.xql
- packages/bookmarks/tcl/bookmarks-init.tcl
- packages/bookmarks/tcl/bookmarks-init-postgresql.xql
- packages/bookmarks/tcl/bookmarks-init-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?>
<queryset>
<fullquery name="bm_export_to_netscape.name">
<querytext>
select first_names||' '||last_name as name
from cc_users
where user_id = :user_id
</querytext>
</fullquery>
</queryset>