You can explicitly forget the bounding of a variable using f(Varname), or all variables using f().
可以使用f(Varname)显式地忽略一个变量的绑定,或使用 f() 忽略所有变量的绑定。
To use a properly declared C variable in an SQL statement, write :varname where an expression is expected.
要在SQL语句中使用经过合适声明过的C变量,要在表达式出现的地方写 :变量名。
To use a properly declared C variable in an SQL statement, write :varname where an expression is expected.
要在SQL语句中使用经过合适声明过的C变量,要在表达式出现的地方写 :变量名。
应用推荐