Saurabh Kumar Thakur
Results
2
comments of
Saurabh Kumar Thakur
> You can just store the condition in a variable and update it according to your logic, then pass to `.where()`. Its type would be `SQL`. Yes, but template string...
Perfect. I was already using SQLChunks but I didn't know that you can use conditional operators inside also. Though, I am going to stick with sql.raw for now because of...