I want to parse a sql query and extract only column names from it. I can't jusjust extract the part between 'select' and 'from' because the query can also have an alias.This This is the requirement for now, but later on any type of query can come in, so I need a dynamic method/ library which will return the column names.
Post Closed as "Not suitable for this site" by Charles, Salvador Dali, CRABOLO, Jan Doggen, CommunityBot
jeremyjjbrown
- 8k
- 5
- 45
- 56