I have a table in which phno is one of the columns.i do have
some values in tht phno column.i need to update phno column
values with 0(zero) as prefix.give me a correct solution plz...
Answer Posted / durgaprasad
Thank you very much Mr.Anand
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to Insert multiple rows with a single insert statement?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
What is db stored procedure?
Explain the cursor lock types?
What is a fan-out query in SQL Azure?
How do I trace a query in sql server?
Why use stored procedures in sql server?
how you can list all the tables in a database?
How can you know if the row fetched from cursor is still valid in underlying table?
Define outer join?
How to execute stored procedure in select statement sql server?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
Are connections to sql server encrypted?
What are the new scripting capabilities of ssms? : sql server management studio
When should you use an instead of trigger?