type letters on different line using sql [message #311865] |
Mon, 07 April 2008 03:12  |
omarq
Messages: 8 Registered: May 2006
|
Junior Member |
|
|
hi....
i need to type text on different lines using sql statement in the form. my purpose is to send emails through the form, and i want to send some data from the form. i will be using loop, so the attribute will have many values. i want each value to be on separate line?
for example:
while x = 0
select title from xxx;
--email subject will be: " hi these are your files " || xxx
end loop;
|
|
|
|
|