C
C
Chesterfield252021-07-01 23:45:47
SQL
Chesterfield25, 2021-07-01 23:45:47

How to count the number of records in a table?

What sql query is needed to display the amount of materials?
For example, I have a table xf_list. I need to find out how much data is in this table.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-07-01
@vabka

select count(*) from xf_list

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question