Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在返回表的函数中执行诸如 sp_who2 之类的系统存储过程?
不,你不能那样做。
通常,您会调用insert exec以从存储过程中获取值,但您不能在函数中执行此操作。
insert exec
我一直在尝试想出一个表格,学员可以在其中申请化妆课程,并且当他们提交时,数据将存储在数据库中。我是 android 编程新手,我也在使用 php 连接到数据库。
我不知道代码哪里出错了
这是我的错误:
08-01 1