Create comma seperated text values for In SQL Query from excel file
Problem : You are provided with excel containing First Name. You want to write employee details with this first name. This will help you to quickly create comma separated text values which you can use In SQL Query
Solution :
1. You are provided an excel with First Name
4. On click of OK , you will get comma seperated text value which you can use in In SQL Query. Remove the last comma
| ‘Santosh’, |
| ‘Raman’, |
| ‘Rakesh’, |
| ‘Rajesh’, |
| ‘Suresh’, |
| ‘Tom’, |
| ‘Brain’, |
| ‘Susan’, |
| ‘Alok’, |
| ‘Sushil’, |
| ‘Subodh’, |
| ‘Alexander’, |
| ‘Oliver’, |
| ‘Michael’, |
| ‘John’, |
| ‘Ramesh’, |
| ‘Ali’, |
| ‘Mohammed’, |
| ‘Traci’, |
| ‘Ewan’, |
| ‘Amit’, |
| ‘Karan’, |
| ‘Sakti’ ) |




