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.
I'm not sure that I understand what you're asking. If you are trying to create a table with multiple values in a single column, that is a really, REALLY bad thing to do! If you are trying to create a cross-tab query that builds a list of the values in some column for all of the rows that meet some condition, that is better done on the client, although it can be done in the database too.
Can you give us a better "real world" description of what you are trying to do, that will probably help more than anything.
I basically am trying to make a View...that I will use for searching....
those titles : title1 title2 title3
would be in one column named search_text
that will be indexed by my search...
I know that when I run my scheduled file to index I could do some code there to combine all the fields....just wanted the smalles amount of processing time as indexing takes long enough.
so basically if the user searches any of those title names...it would bring up one result ...