📄 select_setsomelive.sql
字号:
update CustomerList
set CustomerList.room_id=b.room_id,CustomerList.bedsta_id=c.bedsta_id
from roomlist b,bedStatus c
where Regist_id=Client_id
and b.room_no='102'
and c.bedsta_name='使用'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -