Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
SELECT ' ' as '#',url,' ' as 'path',datetime(last_visit_date/1000000,'unixepoch','localtime') as last_visit_date ,case when SUBSTR(content,10,1)='0' then ' in progress' when SUBSTR(content,10,1)='1' then 'completed 'when SUBSTR(content,10,1)=' 2' then 'in-complete' when SUBSTR(content,10,1)='3' then 'user cancled download' else ' ' end as 'state',' ' as 'bytes_downloaded',SUBSTR(content ,INSTR('.',content)+47,(length(content)))-1+1 as max_bytes FROM moz_annos a inner join moz_places b on a.place_id=b.id inner join moz_anno_attributes c on a.anno_attribute_id =c.id WHERE c.name LIKE '%metadata%'
Posted
Comments
Member 10256268 7-Nov-13 23:49pm    
The execepted output
url path
www "file:///C:/Documents%20and%20Settings/harish.kumar/Desktop/images.jpeg"

like above i have to display

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900