id
如果我有一个带有 ' ' 并返回 ' '的存储过程age
。假设它的名字是getAge
并且我想使用这个存储过程来获取年龄,给定id
如果我有这样的查询:
select id, age where age > ( getAge id)
怎么做 ?
id
如果我有一个带有 ' ' 并返回 ' '的存储过程age
。假设它的名字是getAge
并且我想使用这个存储过程来获取年龄,给定id
如果我有这样的查询:
select id, age where age > ( getAge id)
怎么做 ?