+ 2
Why we can't write SQL queries in sololearn?
5 Respuestas
+ 1
Because the developer has not add the sql interpreter in this app maybe when it is updated
+ 2
I think you can. Sqlite is supported from playground. you have to import module sqlite3. Database does only stay as long as the program is running. But for some tests it's may be ok. An other possible and better solution is to use a IDE running on android, windows or iOS, so most python installations come with sqlite. You can also find code samples if you search for them in web.
+ 2
Lothar how to import that in sololearn?
+ 2
Aastha, here is a sample:
https://code.sololearn.com/cW8Axe6IIP2o/?ref=app