how can I break a line as line 1 & line 2 of address column while inserting values in table ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

how can I break a line as line 1 & line 2 of address column while inserting values in table ?

8th Jul 2016, 2:58 PM
Mohan pochampalle
Mohan pochampalle - avatar
4 Answers
0
could you please give a query as example?
5th Dec 2016, 8:09 PM
Laura
Laura - avatar
0
INSERT INTO students(name, fathername, course) VALUES('david', 'andreson', 'SQL'); I recommend using line breaks after every complete clauses for better readability. the above query can be written as: INSERT INTO students(name, fathername, course) VALUES('david', 'andreson', 'SQL');
25th Feb 2017, 4:08 AM
M. Farhan Mahmood
M. Farhan Mahmood - avatar
- 2
char(13)
8th Jul 2016, 2:59 PM
Mohan pochampalle
Mohan pochampalle - avatar
- 2
c
8th Jul 2016, 4:34 PM
liu