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


Please Help Members By Posting Answers For Below Questions

What is "scheduled jobs" or "scheduled tasks"?

650


How does recursive cte works in sql server?

618


what is an index? : Sql server database administration

601


How to find index size for each index on table?

670


How to configure odbc dsn with different port numbers?

663






In what three ways is the return statement used in a stored procedure?

606


Name few endpoints exposed by ssrs 2012?

321


How to skip remaining statements in a loop block using continue statements?

651


What is a not null constraint?

676


What is isnull() operator?

683


What is the difference between value type and reference type?

627


How to call a function from a stored procedure in SQL Server ?

643


How to defragment indexes with alter index ... Reorganize?

667


What are various ways to enhance the ssrs report?

609


What is a View ? Can we insert, Update and delete a view?

703