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
Tell me what is fill factor?
After removing a table from database, what other related objects have to be dropped explicitly?
What is the use of set nocount on/off statement?
What is lock escalation and what is its purpose?
How to define output parameters in stored procedures?
What are the advantages of log shipping?
Why are you getting errors when creating a new odbc dsn?
Differentiate between a local and a global temporary table?
Can foreign key be duplicate?
Why we use the openxml clause?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
What are scheduled tasks in sql server?
Does table partitioning improve performance?
What are ddl triggers and types of ddl trigger?
How to use column default values in insert statements in ms sql server?