|
SELECT s_dddw_list.dddwname,
s_dddw_list.dddwlistdata,
s_dddw_list.dddwliststatus,
s_dddw_list.dddwlistdisplay,
s_dddw_list.compidlist,
s_dddw_list.notes,
s_dddw_list.status,
s_dddw_list.sort
FROM s_dddw_list s_dddw_list
WHERE s_dddw_list.dddwname = '222' and s_dddw_list.dddwlistdata = '99'
update s_dddw_list set dddwlistdisplay = 'C现金'
WHERE dddwname = '222' and dddwlistdata = '99'
|
|