Difference between MYSQL_ASSOC,MYSQL_NUM and MYSQL_BOTH ?
Answer Posted / deepak sakure
difference between MYSQL_NUM AND MYSQL_ASSOC.
MYSQL_NUM returns a numerically indexed array.
MYSQL_ASSOC returns an associative array.
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What is mysqlcheck do?
What are the purposes of using enum and set data types?
How to dump a table from a database.
Write a query to find duplicate rows in table?
Define REGEXP?
What is the password of mysql?
What is dblink?
Why use mysql procedures?
How to get last inserted id after insert data from a table in mysql?
How do I setup a mysql database?
What is difference between inner vs self vs cross?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
Where does mysql store data?
What is ibdata1?
What is a join in mysql?