发布网友 发布时间:2022-04-22 00:14
共3个回答
热心网友 时间:2023-07-17 19:51
使用Navicat for MySQL工具创建存储过程步骤:
1. 新建函数(选择函数标签 -> 点击新建函数):
2、输入函数的参数个数、参数名、参数类型等:
3、编写存储过程:
4、保存(请输入合法名称):
5、运行存储过程(在结果1,2,3...中可以查询输出信息):
热心网友 时间:2023-07-17 19:52
function inorder($root)
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:3438: $? = 0
configure:3427: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3438: $? = 1
configure:3427: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:3438: $? = 1追问这个完全看不懂啊,能解释一下不?
热心网友 时间:2023-07-17 19:52
MySQL教程4 MySQL8运算符、函数、存储过程及新增数据类型 17.之创建带有IN和OUT参数的存储过程 学习猿地