List/Grid

Tag Archives: all

All new Yamaha R15 or R18

All new Yamaha R15 or R18

Last week I got my bike serviced. Then I was talking to my mechanic, and he told me to hold on and not to go for the all new Baby… Read more »

Get all facebook social plug-in comments using facebook api

To get all the Facebook social plugin comments using Facebook API execute the following fql query. https://api.facebook.com/method/fql.query?query=select%20post_fbid,%20fromid,%20object_id,%20text,%20time%20from%20comment%20where%20xid%20in%20%28SELECT%20xid%20FROM%20comments_info%20WHERE%20app_id%20=%20%27147980011931026%27%20and%20xid%20=%20%27[YOUR_URL]%27%29&access_token=[YOUR_ACCESS_TOKEN] Put your access token in the URL and escape (HTTP encode) your URL… Read more »

Search a value in all columns of a table – SQL Server

To search a particular value in all columns of a table either you can write lenghty where clause or ypou can unpivot the table and then search in then unpivoted… Read more »