Screen Link:
Hi there
Anyone could help to advise whether i can return to the previous line in sql lite shell , thank you
My Code:
sqlite> .mode column
sqlite> SELECT
…> track_id ,
…> name ,
…> album_id ,
…> FROM track
…> WHERE album_id =3 ;
Error: near “FROM”: syntax error
sqlite> ^C^C^C/home/dq$ ^C
Replace this line with your code
What I expected to happen:
return to the previous line
What actually happened:
Replace this line with the output/error