InformáticaBásico1 respuestas

Mostrar los ultimos 10 registros sql server?

Mostrar los ultimos 10 registros sql server.

En resumen

Select from * , count( * ) from tabla where count.

Mejor respuesta

Tinchoooo
8

Select from * , count( * ) from tabla where count.