我使用的命令“merge 1:1 stkcd year using 数字金融企业绿色专利匹配数据”时。
出现的报错是“variable 证券代码 is str9 in master but long in using data
You could specify merge's force option to ignore this string/numeric mismatch. The
using variable would then be treated as if it contained "".”。
我无论是“drop 证券代码”,还是“rename 证券代码 证券代码1”
再重新进行merge都能成功