What is INTVAL( )and where we use

Plz any body help me



What is INTVAL( )and where we use Plz any body help me..

Answer / 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

More SQL Server Interview Questions

how many type of subquery?

2 Answers  


How to remove duplicate rows from table except one?

0 Answers  


What is Schema in Database?

1 Answers   Cap Gemini,


What do you mean by 'normalization'?

0 Answers   Ernst Young, Thomson Reuters,


What is an execution plan? When would you use it?

0 Answers  






Explain Geography datatype in SQL Server

0 Answers   Infosys,


What is a raid and what are different types of raid configurations?

0 Answers  


What is read uncmmited?

0 Answers  


How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?

0 Answers  


How to find tables without indexes?

0 Answers  


Does group by sort data?

0 Answers  


How to access the deleted record of an event?

0 Answers  


Categories