Hello,
I have a table like this:
[uid] [username] [news]
105 Jorge No news News.
55 Tom No news News.
I want to insert a new news called "Hello" where the userid is 105. How do I do this? For example, I want to add the text "Hello" to the
column "news" where the userid is 105. Please help if you can. Thanks.
The results should be like this:
[uid] [username] [news]
105 Jorge No news News.
Hello
55 Tom No news News. There is no Knowledge that is not power.
Age: 16
E-mail: projectnet01@yahoo.com
School: Coral Springs High (Companynot done yet)
Status: Currently working with C++ for game developing. And making a musical band.
-Aaron
I have a table like this:
[uid] [username] [news]
105 Jorge No news News.
55 Tom No news News.
I want to insert a new news called "Hello" where the userid is 105. How do I do this? For example, I want to add the text "Hello" to the
column "news" where the userid is 105. Please help if you can. Thanks.
The results should be like this:
[uid] [username] [news]
105 Jorge No news News.
Hello
55 Tom No news News. There is no Knowledge that is not power.
Age: 16
E-mail: projectnet01@yahoo.com
School: Coral Springs High (Companynot done yet)
Status: Currently working with C++ for game developing. And making a musical band.
-Aaron