What is INTVAL( )and where we use
Plz any body help me
Answer Posted / akash
it will return the integer value of a variable
for example
intval(42); // 42
intval(4.2); // 4
intval('42'); // 42
intval('+42'); // 42
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to replace null values in expressions using isnull()?
What is mscorsvw.exe - process - microsoft .net framework ngen?
Can the query output be sorted by multiple columns in ms sql server?
Can a rule be bound to any column of any data type?
what is a self join? : Sql server database administration
what is the sql equivaent of the dataset relation object ?
What is the difference between ddl,dml and dcl commands?
What is the use of toad or sqldbx.?
what do you understand by change data capture?
How to assign null values to variables or columns?
User wants only to display only pdf as export option in report manager. How to achieve this?
between cast and convert which function would you prefer and why?
Do you know what is fill factor and pad index?
Do you know the isolation level that sql server support?
What are the mathematical functions supported by sql server 2005?