?? 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 + -