Import multiline SQL query to single string

后端 未结 7 989
傲寒
傲寒 2020-12-24 03:11

In R, how can I import the contents of a multiline text file (containing SQL) to a single string?

The sql.txt file looks like this:

SELECT TOP 100 
         


        
7条回答
提交回复
热议问题