Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

To count number of rows in SQL table

SELECT count(*)
FROM information_schema.columns
WHERE table_name = 'Your_table_nale';
 
PREVIOUS NEXT
Tagged: #To #count #number #rows #SQL #table
ADD COMMENT
Topic
Name
5+2 =