Click here to Skip to main content
15,894,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i know it may be a stupid question to ask but the problem i am facing leads me to ask such one.
i have a table with three coloumns.but i have data in two columns before running the program.
so my question is can i simply insert data values in one of the colums during run time without to worry about previous two coloums data?????
Posted
Comments
Member 10641779 28-Mar-14 6:51am    
you can use update command for it.
Member kavyansh 7-Apr-14 13:19pm    
yeah i tried with update command but it updates only a single row..not the whole coloumn

1 solution

Uhhh, yeah, why wouldn't you be able to do that?

I suggest reading up on SQL before even starting this project. You seem to not understand the very basics of database engines.
 
Share this answer
 

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