今天寫錯的3個SQL語句

2021-04-13 13:11:24 字數 537 閱讀 2758

update areas set owner_id_v1='1',owner_pct_v2='795432',owner_id_v3='987',owner_id_v2='654',fax_ext_v1='0123',owner_pct_v1='1',area_type='',owner_pct_v3='658',fax_no_v1='456789',fax_ac_v1='123',area_name='bj',area_status='1',record_status='1' where area_id='1043970'

有值大小約束

update companies set company_name='marys' where company_id='168954'

少了單引號

insert into plants (plant_id,startup_date,shutdown_date) values ('1043890',to_date('10/09/2007'),to_date('10/29/2007','mm-dd-yyyy')) 

轉換日期格式(oracle)

今天的乙個SQL題 case語句和decode函式

資料庫表 select from rec order by rst,game time id game time rst 2 01 1月 11 f 6 01 1月 11 f 3 02 1月 11 f 9 02 1月 11 f 7 03 1月 11 f 1 01 1月 11 w 4 01 1月 11 ...

Oracle TX鎖 相關的3個SQL語句

檢視當前使用者tx鎖 select username,v lock.sid,trunc id1 power 2,16 rbs,bitand id1,to number ffff x 0 slot,id2 seq,lmode,request from v lock,v session where v ...

sql語句分頁(3)

我們在編寫mis系統和web應用程式等系統時,都涉及到與資料庫的互動,如果資料庫中資料量很大的話,一次檢索所有的記錄,會占用系統很大的資源,因此我們常常採用,需要多少資料就只從資料庫中取多少條記錄,即採用分頁語句。根據自己使用過的內容,把常見資料庫sql server,oracle和my sql的分...