-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inset SQL语句里面的列名带有单引号,所以无法正常的执行。希望作者改进下 #46
Comments
INSERT INTO city (_id, name, city_id, province_id) VALUES ('1', '市辖区', '110100000000', '110000000000'); |
INSERT INTO province (_id, name, province_id) VALUES ('2', '天津市', '120000000000'); |
可以用notepad++的文本替换功能,将(示例) '_id', 'name', 'county_id', 'city_id' 批量替换为 |
如题
The text was updated successfully, but these errors were encountered: