ACCESS追加查詢時出的錯誤

2021-04-24 09:39:38 字數 568 閱讀 9783

在做消費的時候用了乙個追加查詢:

insert into xfxxjl ( xfxxjl_id, xfxxjl_yh_id, xfxxjl_zd, xfxxjl_spbm, xfxxjl_spmc, xfxxjl_dj, xfxxjl_zk, xfxxjl_zhdj, xfxxjl_sl, xfxxjl_je )

select temp_id, temp_yh_id, temp_zd, temp_spbm, temp_spmc, temp_dj, temp_zk, temp_zhdj, temp_sl, temp_je

from temp;

原來用的好好的今天卻突然冒出來個錯誤(見下圖):

到網上搜了不是少,有的說是字段設定為允許空值了,還有的說是主鍵衝突了,等等。可我仔細檢查過,這兩個原因都排除了。

到底是什麼原因呢?後來我忽然想到,前幾天做根據時間段清除資料的功能時候,因為(消費詳細記錄)xfxxjl這個表沒有設計消費時間,只在消費記錄(xfjl)這個表中記錄了消費時間,後來為了刪除方便,我把這倆表設定為主從表,且關係為「級聯上除相關記錄」。

原因終於找到了,主表不更新的情況下就想更新從表,那是不可能的。

apache重寫規則自動追加查詢引數QSA

看好多大 上的搜尋都是以.html?keyword 手機 page abc這個樣子表現,如 search goods.html?q bf d5 c6 f8 be bb bb af c6 f7 type p 本來覺得重寫規則寫一下很簡單,就直接寫成如下形式 rewriterule search goo...

Linq條件累加查詢

public iqueryablegetallespechotelinfo string position,datetime?starttime,datetime?deptime,string rprice,string commerical,string districtname,string k...

Delphi 增加 查詢Win使用者

附 在delphi帶的win32 developer s references檢視user info 1 知道所用標頭檔案是lmaccess.h,但是delphi並沒有帶這個檔案,pb帶了這個檔案,裡面確實有常數user priv user 的定義,下面的內容是從網上找到的。const se cre...