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