ACCESS,表中的列,如何批量添加同一数值,在线等高手

2025-06-21 09:03:02
推荐回答(2个)
回答1:

update 表
set font=1

回答2:

update "表名" set font='1'