|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Merging VARCHAR2 fields
I need to take two fields in my CONTRACTS table, CONTRACT_NOTES and CONTRACT_DESCRIPTION, and combine them into the CONTRACT_DESCRIPTION field. Is there a simple solution to this issue?
Thanks! |
|
#2
|
|||
|
|||
|
Update Contracts
Set Contract_description = Contract_notes || ' ' || Contract_description; |
|
#3
|
|||
|
|||
|
Wow...that was easy, and worked perfectly. Thanks a lot.
|
|
#4
|
|||
|
|||
|
How do the exact same thing, but the data is coming from
2 separate text boxes from an ASP form and inserting it as one string into a table field? TY |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Merging VARCHAR2 fields |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|