While running the insert script in sql*plus, space is removing. Can you please help us is there any plus command available in Oracle to not remove space at end of the line.
Ex: After the text ‘Ameerpet,’ we have space in the insert script. I have run this command through sql*plus it was success but in output space got removed.
insert into emp values(1,'<p style="font-weight: bold; margin-top: 10px;">Mithrivanam, Ameerpet,
Hyderabad, Telangana, 500018</p>');
Output:
<p style="font-weight: bold; margin-top: 10px;">Mithrivanam, Ameerpet,
Hyderabad, Telangana, 500018</p>