I have the result from a query like:
+------------------+------------+
| meta_key | meta_value |
+------------------+------------+
| Destination Name | Shivapuri |
| Destination Date | 26/03/2012 |
+------------------+------------+
I am trying to write a select statement with the Column name as Destination Name and Destination Date whose respective values are Shivapuri and '26/03/2012'. How is this possible to do with a query in MY SQL?