Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

identify number of rows in sql

#The COUNT() function returns the number of rows that match specific characteristics.
SELECT
	COUNT(*)
FROM
	database_name.table_name
 
PREVIOUS NEXT
Tagged: #identify #number #rows #sql
ADD COMMENT
Topic
Name
3+4 =