We need to output the entire list from the database to a table.
We tried using query.all() - it did not work. query.all() you need to remove the values of Session_cinema from the database
What do you advise?
We need to output the entire list from the database to a table.
We tried using query.all() - it did not work. query.all() you need to remove the values of Session_cinema from the database
What do you advise?
Source: https://ru.stackoverflow.com/questions/600730/
All Articles