Skip to content

Commit 111e141

Browse files
authored
Create Universal_COUNT(*)_appraoch.sql
1 parent 83b35a1 commit 111e141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Enter your table in name in the query
2+
SELECT COUNT(*) FROM <table_name>

0 commit comments

Comments
 (0)