If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > Inserting several numbers in just one cell of the row!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-04-11, 04:20
Asmaa Asmaa is offline
Registered User
 
Join Date: Dec 2011
Posts: 10
Inserting several numbers in just one cell of the row!

I have several numbers and I want to insert them in one cell of the row.
I 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 for example all (225, 0, 127) instead of only 225 in one cell?
thanks

Last edited by Asmaa; 12-04-11 at 04:22. Reason: a little mistak in title
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On