Access MSSQL bulk Replacement database specified content code (1/3)

Source: Internet
Author: User
Tags mssql access database

Modify through the Query Analyzer in the Access database tutorial (I'm using Access 2003 here)

1, open the Access database that you want to modify

2, in the Database "object" click "Query"

3. Click "Create query in Design view"

4, in the appearance of the interface to close the "Show table" small window

5, click the "View" menu, select "SQL View", the query window will appear, you can enter the SQL statement here

6, directly enter the following SQL statements:

Update table SET field =replace (field, "Original character", "replace character")

You can according to the actual situation, the above red Word can be replaced, here for example, suppose the table is Biao, the field content, the original character is www.111cn.net, the substitution character is down1.111cn.net, then the corresponding SQL statement is as follows:
Copy code code as follows:
Update Biao SET content=replace (content, "sh.111cn.net", "111cn.net")

Home 1 2 3 last

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.