在创建存储过程时遇到问题 [英] Having problem in creating stored procedure

查看:88
本文介绍了在创建存储过程时遇到问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





i有3个表数据,sort,fullsort

数据表的列(lot_no,类型,形状,大小) ,地方,重量,dt)

sort(lot_no,名称,类型,形状,大小,地点,重量,issue_dt)

fullsort(lot_no,名称,类型,形状) ,大小,地点,重量,issue_dt,return_dt)



i创建了以下存储过程



i have 3 tables data,sort,fullsort
the columns for data table(lot_no,type,shape,size,place,weight,dt)
sort(lot_no,name,type,shape,size,place,weight,issue_dt)
fullsort(lot_no,name,type,shape,size,place,weight,issue_dt,return_dt)

i have created the following stored procedure

推荐答案

你的存储过程期望参数@weight是一个浮点数,你传递一个字符串。
Your stored procedure is expecting the parameter @weight to be a float, and you are passing it a string.


这篇关于在创建存储过程时遇到问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆