You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a one-off case where some additional CASE output has to be added to the SELECT, and the criteria for at least one of them relies on a nested select that operates off a count of adjacent records.
The problem at hand is, when defined in the below code, the SQL is malformed and won't work. I'm certain I can make it work solely as Raw, but that kind of defeats the purpose of using this plugin.
I have a one-off case where some additional CASE output has to be added to the SELECT, and the criteria for at least one of them relies on a nested select that operates off a count of adjacent records.
The problem at hand is, when defined in the below code, the SQL is malformed and won't work. I'm certain I can make it work solely as Raw, but that kind of defeats the purpose of using this plugin.
The actual SELECT I wish to add is as follows:
But the generated SQL appears to be malformed, lacking quotes around the thenRaw statements.
The text was updated successfully, but these errors were encountered: