Forum Discussion
sprakash1192
Helper II
6 years agoIncorrect syntax near keyword OPTION
I have a view using CTE in my SQL databse. I am trying to import the data from the view in Power BI using: select * from WeekCalendar OPTION (MAXRECURSION 0) ; The above SQL runs perfectly ...
- 6 years ago
I already had.
But I changed some of my SQL scripts and not use CTE, I am fine with the issue now.
Greg_Deckler
Community Champion
6 years agoAre you worried that you have an infinitely looping CTE?
sprakash1192
Helper II
6 years agoYes sir. It is huge a calendar table that I am creating in the database.
- v-yuta-msft6 years ago
Community Support
You should define the CTE table in the sql statement firstly before query the table.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- sprakash11926 years ago
Helper II
I already had.
But I changed some of my SQL scripts and not use CTE, I am fine with the issue now.