Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
MySQL Row Multiple Values?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="NSA" data-source="post: 185454" data-attributes="member: 10034"><p>(I kinda feel like I'm filling this section up because I'm such a noob)</p><p> </p><p>Hey guys,</p><p> </p><p>I was wondering... How could I create a column in a row with multiple values.</p><p>For instance, I have a column called "connected_users".</p><p>I use this row to see who a certain person is friends with.</p><p>Say "Bob" was friends with "James" & "Sally".</p><p>How could I put two values into "connected_users"?</p><p>Would I do it like: "Connected_Users: 'James', 'Sally'" </p><p>Or: "Connected_Users: James & Sally"?</p><p>Or: "Connected_Users: 'James' & 'Sally'"?</p><p> </p><p>Really need help with this</p><p>Cheers.</p></blockquote><p></p>
[QUOTE="NSA, post: 185454, member: 10034"] (I kinda feel like I'm filling this section up because I'm such a noob) Hey guys, I was wondering... How could I create a column in a row with multiple values. For instance, I have a column called "connected_users". I use this row to see who a certain person is friends with. Say "Bob" was friends with "James" & "Sally". How could I put two values into "connected_users"? Would I do it like: "Connected_Users: 'James', 'Sally'" Or: "Connected_Users: James & Sally"? Or: "Connected_Users: 'James' & 'Sally'"? Really need help with this Cheers. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
MySQL Row Multiple Values?
Top