SQL加入存储过程并流利 [英] Sql join in store procedure and fluent

查看:81
本文介绍了SQL加入存储过程并流利的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有一个带有join
的存储过程

Hi
I have a store procedure with join

create procedure 'getData'()
begin
select tableA.id, tableA.name, tableB.description from tableA
join tableB on tableB.id = tableA.id 
where tableA.id like"%";
end



是否有程序可以告诉我,如何使用此示例制作hbm文件和类文件?


谢谢您的进步



are there program that will tell me, how to make the hbm file and class files with this example?


Thank You for advance

推荐答案

也许 ^ ]?


这篇关于SQL加入存储过程并流利的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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