Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

Space is removing at end of the line

$
0
0

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>

Viewing all articles
Browse latest Browse all 717

Trending Articles