我在adoquery的SQL.TEXT 中输入以下代码: select top 0 bom_fxdm as 父项代码,itm_wlgg  as 物料规格,bom_jhdw as 计划单位,bom_jlrq as 建立日期,bom_jlry as 建立人员 from bom_mstr a ,itm_mstr b where a.bom_fxdm=b.itm_wldm(其中itm_wlgg是另一表itm_mstr中的数据)现在想新增加一条数据到bom_mstr 表.
adoquery.append;
adoquery.post;
程序抱错说不能将NULL值输入到itm_mstr 中,我现在只想在BOM_MSTR中增加数据而不想增加数据到itm_mstr中该怎样做?