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
What is a partition key?
Explain the xml support sql server extends?
What is an sql server agent?
What is exporting and importing utility?
How to view existing indexes on an given table using sp_help?
What is sql server profiler?
How to maintain a fill factor in existing indexes?
what is the difference between openrowset and openquery?
explain different types of joins? : Sql server database administration
Explain steps of normalization?
Explain “@@rowcount” and “@@error” in sql server?
How to compare the top two records using sql?
what is blocking? : Sql server database administration
What is a Join and explain its types?
What is the difference in accessing db between sql server vs sql azure?