Create a list in MySQL without data from a table?
Is it possible to create a list with a select statement in MySQL, without fetching data from a table? Let's say I want to use an aggregate function to calculate a sum of some values not fetched from a table.…