中国省份与城市数据SQL
📝
内容提要
本文来源:中国省份与城市数据插入 - xlx - CSDN博客 在Google找到这个,实在是爱不释手,就转过来了,很多项目都需要用到这些数据。 if exists (select * from sysobjects where id = OBJECT_ID('[province]') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP...
➡️