06-28-2012, 02:09 PM
F"string {variable}"
is the same as
_s.format("string %s" variable)
It is not related to databases, but convenient to use instead of format.
Help / Strings with variables
is the same as
_s.format("string %s" variable)
It is not related to databases, but convenient to use instead of format.
Help / Strings with variables