当前位置:网站首页>Gbase 8s stored procedure execution and deletion
Gbase 8s stored procedure execution and deletion
2022-06-25 04:32:00 【Eight delicacies tofu】
perform SPL Functions or stored procedures
Executing an existing stored procedure should use EXECUTE command , The basic execution syntax format is as follows :
EXECUTE PROCEDURE/FUNCTION < Stored procedure name > ( parameter list )
GBase 8s Exchange available CALL Statement from a stored procedure Call another stored procedure :
CALL < Stored procedure name > ( parameter list )
In the call , Parameters can be SPL Statement or statement block , As long as it returns a single value , And of appropriate type and length . If the filled parameters are less than the parameters of the called stored procedure , Then the unspecified parameters are Initialize to default value , This default value is declared when the stored procedure is created , If there is no default value , Returns an error .
Delete a function or stored procedure
stay Gbase 8s Delete stored procedures and SPL The statement of the function is as follows .
DROP PROCEDURE/FUNCTION < Stored procedure name > ( parameter list )
边栏推荐
- CTF_ Web: deserialization learning notes (I) classes and objects in PHP
- PostgreSQL数据库WAL——RM_HEAP_ID日志记录动作
- Flutter Builder & futurebuilder components
- openmmlab-环境配置
- MySQL order by
- CTF_ Variable coverage in web:php
- Laravel document sorting 8. Middleware
- Lecture record: history and development of strapdown inertial navigation solution
- Anaconda安装+TensorFlow安装+Keras安装+numpy安装(包含镜像和版本信息兼容问题)
- GBASE 8s的数据导入和导出
猜你喜欢

小白学习MySQL - 统计的'投机取巧'
Zoran community

UCLA | 用于黑盒优化的生成式预训练

CTF_ Web:php weak type bypass and MD5 collision

Anaconda installation +tensorflow installation +keras installation +numpy installation (including image and version information compatibility issues)

CTF_ Web: deserialization of learning notes (II) CTF classic test questions from shallow to deep

讲座记录《多种空间大地测量技术的数据处理方法和应用》

Lecture record: history and development of strapdown inertial navigation solution

OBS Browser+浏览器的基本使用

Basic use of OBS browser+ browser
随机推荐
Laravel document sorting 7. View
GBASE 8s存儲過程語法結構
Anaconda安装+TensorFlow安装+Keras安装+numpy安装(包含镜像和版本信息兼容问题)
Lecture record: history and development of strapdown inertial navigation solution
515. 在每个树行中找最大值 / 剑指 Offer II 095. 最长公共子序列
1. Phase II of the project - user registration and login
1280_ C language to find the average value of two unsigned integer
CTF_ Web: Advanced questions of attack and defense world expert zone WP (19-21)
什么是持久化?redis 持久化中的RDB和AOF是什么?
"Comment positionner l'industrie" dans la planification industrielle locale / parc
ThinkPHP is integrated with esaywechat. What's wrong with wechat payment callback without callback?
CTF_ Web: how to recognize and evaluate a regular expression
简单的恶意样本行文分析-入门篇
LeetCode 剑指Offer II 091 粉刷房子[动态规划] HERODING的LeetCode之路
MySQL order by
kenlm
Failed to install redis interface
【Kubernetes系列】Helm的安装使用
2021.4.15 note the difference between let, const and VaR in ES6
kenlm