Question
What is the datatype returned by count(*)
Question Submitted By :: Kevin
I also faced this Question!!
Rank
Answer Posted By
Re: What is the datatype returned by count(*)
Answer
# 1
int
A
Re: What is the datatype returned by count(*)
Answer
# 2
float
Suresh
Re: What is the datatype returned by count(*)
Answer
# 3
count(*) return Int Data Type
Awi (focus)
Re: What is the datatype returned by count(*)
Answer
# 4
count(*) returns the total number of not null values in
given column
Thirumal
Re: What is the datatype returned by count(*)
Answer
# 5
it returns how meny columns in the data table (or)
how meny records in the table
Haribabu
Re: What is the datatype returned by count(*)
Answer
# 6
it returns int
Siva
Re: What is the datatype returned by count(*)
Answer
# 7
The datatype returned by count(*) is INTEGER type.
Gunjan Sapra
Re: What is the datatype returned by count(*)
Answer
# 8
It returns Integer data type.
since count function return the total count of a particular
fields.
Sathishrpillai [Soft VAT Innovations]
Re: What is the datatype returned by count(*)
Answer
# 9
The count(*) returns Integer Datatype.
Ramesh
Re: What is the datatype returned by count(*)
Answer
# 10
Count(*) returns INT.
Vinod
Re: What is the datatype returned by count(*)
Answer
# 11
Count(*) returns number of rows(counts) available in table.
It returns Int datatype
Vikky
Re: What is the datatype returned by count(*)
Answer
# 12
greater
Rkesav
Re: What is the datatype returned by count(*)
Answer
# 13
int
Srinivas
Re: What is the datatype returned by count(*)
Answer
# 14
ir returned Int datadtpe
Amar_chhatwani
Re: What is the datatype returned by count(*)
Answer
# 15
Server.GetLastError().Message
Server.getlasterror().message
Re: What is the datatype returned by count(*)
Answer
# 16
int data type
Krishna