Click here to Skip to main content
15,888,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can I use update query in Query builder in SQL?
If no, What are the queries that I can perform using the Same?
Posted
Comments
CHill60 14-Jun-13 11:17am    
It depends on which sql RDMS you mean ... some do, some don't. Personally I don't go near query builders, much rather write my own (queries that is)
Sadique KT 15-Jun-13 5:18am    
Yes, You can use.... select,Delete,Update,Insert etc ..
UPDATE TABLE SET FIELD1=@Field1 WHERE FIELDN=@FieldN

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900