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
Differentiate between sql temp table vs table variable?
What is in place upgrade in sql server?
What is an active database?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
What is database isolation in sql server? : sql server database administration
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
How to insert new line characters into strings?
What are different replication agents and what's their purpose? : sql server replication
How adventureworkslt tables are related?
How to get the query of a table in sql server?
What is RMS migrations?
What is SQL Azure Fabric?
What are the difference between primary keys and foreign keys?
What command would you use to add a column to a table in sql server?
What are the advantages of having an index on the sql server?