摘要: Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F12,可以显示当前文件的结构Ctrl+F7,可以查 阅读全文
posted @ 2019-07-15 09:14 不起、名字1 阅读(172) 评论(0) 推荐(0)
摘要: 1 update customers a -- 使用别名 2 set city_name=(select b.city_name from tmp_cust_city b where b.customer_id=a.customer_id) 3 where exists (select 1 4 from tmp_cust_city b 5 where b.customer_id=a.c... 阅读全文
posted @ 2019-07-02 14:38 不起、名字1 阅读(1240) 评论(0) 推荐(0)