07 October 2009

Query to get duplicate records

select count(*) as num, a, b from a group by b,a having count(*) > 1

01 October 2009

Use Firefox to spell check your website

Paste give below code in your addressbar after opening a web page.

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0