📄 proc team_member.sql
字号:
create procedure team_member
@team_id varchar(20)
as
select custom_type,custom_id,custom_name,custom_sex,custom_telephone,custom_room,r_style_name,room_combine,custom_intime,custom_outtime,custom_used,custom_deposit,custom_team,team_name,custom_explain
from room_infor,custom_infor,r_style_infor,team_infor
where r_style_id=room_style and custom_room=room_id and custom_team=team_id and custom_team=@team_id
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -