I'm creating a REST API, using Spring Boot, which, using data from a table, displays random phrases.
Giving a Google, I discovered that it is possible to generate random results through pure SQL:
SELECT <coluna> FROM <tabela> OR...
asked by
31.10.2018 / 06:21