当前位置:网站首页>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
边栏推荐
- Use 3080ti to run tensorflow GPU = 1 X version of the source code
- Alibaba cloud responded to the disclosure of user registration information
- Leaf Smecta
- 【SDU Chart Team - Core】SVG属性类设计之枚举
- NVM introduction, NVM download, installation and use (node version management)
- Pikachuxss how to get cookie shooting range, always fail to return to the home page
- Fastdfs mind map
- Detectron2 using custom datasets
- Graph traversal - BFS, DFS
- Ubutnu20 installer centernet
猜你喜欢
1. Finishing huazi Mianjing -- 1
Question brushing plan -- backtracking method (I)
airbase 初步分析
NVM introduction, NVM download, installation and use (node version management)
Reentrant function
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:stripDe
Fastdfs mind map
Graph traversal - BFS, DFS
管道和xargs
Echerts add pie chart random color
随机推荐
[leetcode refers to offer 32 - III. print binary tree III from top to bottom (medium)]
Minecraft 1.12.2模组开发(四十三) 自定义盾牌(Shield)
The computer is out of power. How did I pass the terrible interview of Tencent cloud?
Ubuntu 20 installing centernet
DeNO 1.13.2 release
Google 尝试在 Chrome 中使用 Rust
[leetcode sword finger offer 28. Symmetric binary tree (simple)]
Is rust more suitable for less experienced programmers?
Detailed explanation of basic assembly instructions of x86 architecture
Google tries to use rust in Chrome
Reference of custom message in ROS function pack failed
Amazon and epic will be settled, and the Microsoft application mall will be opened to third parties
Alibaba cloud responded to the disclosure of user registration information
Unit function expansion
How to learn software testing? Self study or training? After reading this article, you will understand
Explore ASP Net core read request The correct way of body
Deno 1.13.2 发布
Problem brushing plan -- dynamic programming (III)
C knowledge
如何发挥测试策略的指导性作用