top of page

Contar linhas de uma tabela SQL

  • Foto do escritor: Shimotsu Lyu
    Shimotsu Lyu
  • 7 de ago. de 2022
  • 1 min de leitura

SELECT COUNT(*)
FROM “[NOME TABELA]”

Posts recentes

Ver tudo
Groovy - Date format

import java.text.SimpleDateFormat ]def date = new Date() today = new SimpleDateFormat("dd-MM-yyyy") println today.format(date);

 
 
 

Comments


bottom of page