python - Good way to filter through many SQL filters and select the conditional values -
i have quite few sql files contains number of conditional statements in vein of.
select * table text '%this' , text 'them'
i wanted know if there efficient way in r or python import sql file, , select information in quotation marks ('this' , 'them')
Comments
Post a Comment