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 "scheduled jobs" or "scheduled tasks"?
How does recursive cte works in sql server?
what is an index? : Sql server database administration
How to find index size for each index on table?
How to configure odbc dsn with different port numbers?
In what three ways is the return statement used in a stored procedure?
Name few endpoints exposed by ssrs 2012?
How to skip remaining statements in a loop block using continue statements?
What is a not null constraint?
What is isnull() operator?
What is the difference between value type and reference type?
How to call a function from a stored procedure in SQL Server ?
How to defragment indexes with alter index ... Reorganize?
What are various ways to enhance the ssrs report?
What is a View ? Can we insert, Update and delete a view?