Inserting several numbers in just one cell of the row!

Discussion in 'MySQL' started by Asmaa, Dec 4, 2011.

  1. Asmaa

    Asmaa New Member

    Joined:
    Dec 4, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi
    I have several numbers and I want to insert them in one cell of the row.
    we can insert character and number by this source code:
    INSERT INTO <table name>
    VALUES (‘character’,
    225)
    What can I do if I want to insert all (225, 0, 127) instead of only 225 in one cell?
    thanks
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice