请教:关于SQL语句中常量的用法

2025-03-25 01:02:19
推荐回答(1个)
回答1:

于SQL语句中常量的用法
定义常量
格式:常量名 constant 数据类型标识符 [not null] := 值
例 : iCount constant Int not null:=200 说明: 定义常量iCount,值为200;