skip to main
|
skip to sidebar
Allan Pedroni
.NET World's
Pages
Home
Curriculum
Memme
10 October 2011
Know how many records there is inside a table using Sql without using COUNT
SELECT
T.OWNER
,T.TABLE_NAME
,T.NUM_ROWS
FROM
ALL_TABLES T
WHERE
T.OWNER =
'RHOWN'
AND
T.TABLE_NAME
IN
(
'FUNCIONARIO_MOVIMENTOS_HIST'
)
0 comentários:
Post a Comment
Newer Post
Older Post
Home
Blog Archive
►
2015
(1)
March
(1)
▼
2011
(2)
October
(2)
►
2009
(2)
July
(1)
June
(1)
Labels
AppDomain
(1)
Exam 70-356
(1)
Receitas
(1)
Sql Server 2005
(1)
0 comentários:
Post a Comment