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 |
how many type of subquery?
How to remove duplicate rows from table except one?
What is Schema in Database?
What do you mean by 'normalization'?
0 Answers Ernst Young, Thomson Reuters,
What is an execution plan? When would you use it?
Explain Geography datatype in SQL Server
What is a raid and what are different types of raid configurations?
What is read uncmmited?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
How to find tables without indexes?
Does group by sort data?
How to access the deleted record of an event?