当前位置:网站首页>Sqlserver edits data in the query interface (similar to Oracle's edit and ROWID)
Sqlserver edits data in the query interface (similar to Oracle's edit and ROWID)
2022-04-23 21:26:00 【Plant a sweet smell】
SQLserver Edit row data for specific conditions ## similar oracle Of edit and rowid
1. Recently, I've been doing... For engineers MES When the project is , It is found that the engineering personnel have modified sqlserver Requirements for specific condition data , similar oracle Of edit and rowid sentence . Then I found some information on the Internet , Find that they are not what they want . Later on Microsoft sqlserver Management tools Can achieve .
1. Open the table that needs to be modified , Click before selection 200 That's ok ,

2.( The most important step ), Right click the open pre edit 200 Row data , Select the pane , Then choose SQL

3. Now we can modify it here before 200 Row data , But it's not what we want . We just need to add our own restrictions to this specific window .

4. for example , I need to modify name=1232131 The data of . Write down your terms SQL, Then right-click and select execute SQL
SELECT Id, Name FROM Table_1 WHERE (Name = '1232131 ')


As above, you have modified the specific condition data you want to modify .
Important points : Before the revision 200 Modify this condition in the window of line SQL sentence , Change to your own specific conditions SQL Sentence can be used .**( Make sure you don't copy this SQL Modify in the new query interface , Otherwise, it's just a query statement , Data cannot be modified )*** *.
here sqlserver Of tools The tools that operate on the database tables are not good , Personal recommendations **navicat Tools **,navicat Can quickly modify the table data of specific conditions , And it also supports importing , Export function .
版权声明
本文为[Plant a sweet smell]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/110/202204200619556950.html
边栏推荐
- C knowledge
- Normalized transforms in pytorch The real calculation process of normalize
- Sklearn function: Train_ Test_ Split (split training set and test set)
- Gsi-ecm digital platform for engineering construction management
- Tensorflow1. X and 2 How does x read those parameters saved in CKPT
- Deno 1.13.2 发布
- Addition, deletion, modification and query of MySQL advanced table
- 1. Finishing huazi Mianjing -- 1
- Keywords static, extern + global and local variables
猜你喜欢

wait、waitpid

On the three paradigms of database design
![[leetcode refers to offer 22. The penultimate node in the linked list (simple)]](/img/f1/4d5a3552d1c09d2dfa81e0cfc1547e.png)
[leetcode refers to offer 22. The penultimate node in the linked list (simple)]

Common commands of MySQL in Linux

Question brushing plan - depth first search (II)

Problem brushing plan -- dynamic programming (III)

Keywords static, extern + global and local variables

2. Finishing huazi Mianjing -- 2

Question brushing plan -- backtracking method (I)

Graph traversal - BFS, DFS
随机推荐
Leaf Smecta
Realrange, reduce, repeat and einops in einops package layers. Rearrange and reduce in torch. Processing methods of high-dimensional data
Pytorch preserves different forms of pre training models
setInterval、setTimeout、requestAnimationFrame
Two Stage Detection
Google tries to use rust in Chrome
[leetcode refers to offer 25. Merge two sorted linked lists (simple)]
Correction of date conversion format error after Oracle adds a row total
Arm architecture assembly instructions, registers and some problems
How to learn software testing? Self study or training? After reading this article, you will understand
3-5 obtaining cookies through XSS and the use of XSS background management system
How to make Jenkins job run automatically after startup
[leetcode refers to offer 18. Delete the node of the linked list (simple)]
使用mbean 自动执行heap dump
Centralized record of experimental problems
Sharpness difference (SD) calculation method of image reconstruction and generation domain index
[leetcode refers to offer 42. Maximum sum of continuous subarrays (simple)]
Mysql database common sense storage engine
JS to get the browser and screen height
mmap、munmap