Q:
I wanna to know the syntax of SQL query of inserting new line in my table.
I mean ,I wanna to enter the following in my table abc
:
aaaaaaaaaa
bbbbbbbbbb
cccccccccccc
Maintaining the new line.through INSERT command .
Thanks in advance