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

When should you use an instead of trigger?

0 Answers  


How to list all schemas in a database?

0 Answers  


Repair mdf file

2 Answers  


What is use of attribute hierarchy optimized state? : sql server analysis services, ssas

0 Answers  


Is the primary key column of a table an index in ms sql server?

0 Answers  






What is difference between getdate and sysdatetime in sql server 2008?

0 Answers  


How to create new table with "create table" statements?

0 Answers  


How do I create an extended event in sql server?

0 Answers  


Explain some DBCC commands?

6 Answers  


How can you insert null values in a column while inserting the data?

0 Answers  


How do I create a trace in sql server?

0 Answers  


How to use go command in "sqlcmd"?

0 Answers  


Categories