variable.raw()
: By default, the values that is pasted into queries are surrounded in quotes or formatted based on the variable type. Adding .raw()
strips away any sort of formatting.
This is often required if you are using a variable as a table name, or using the variable in clauses that don’t require the value to be in quotes.