To add a custom string to a Query Builder statement without escaping, use the ________ method.

  • add_string()
  • custom_string()
  • escape_string()
  • set_string()
The correct method for adding a custom string to a Query Builder statement without escaping is add_string(). This method allows developers to include raw, unescaped SQL strings in their queries, providing flexibility when needed.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *