1.vlookup(查什么,查找范围,返回第几列,是否精确查找)
2. "&A1&" 引用Excel 某个单元格的值(尤其适合批量替换sql 语句中的某个字段时)
="update tablename set filed="'&B1&'" where filed="&A1&""
1.vlookup(查什么,查找范围,返回第几列,是否精确查找)
2. "&A1&" 引用Excel 某个单元格的值(尤其适合批量替换sql 语句中的某个字段时)
="update tablename set filed="'&B1&'" where filed="&A1&""