Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

concatenating in forms

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
does anyone know how to contenate in forms?
I have a code:
select name into first_name||''||middle_name||''||last_name
from mytable.
Forms is not recognizing that concatenation.
Please show me if you know.
Thanks,
johntu
 
You can not concatenate destination variables. Not only Forms but no tools at all can recognize your query :). You should probably intergange source and destination if first_name, middle_name and last_name are table fields and you need to concatenate them to store into a single variable NAME.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top