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
How do you use auto increment?
Give string types available for column?
What is the difference between char and varchar?
What is the use of mysql workbench?
What is maximum table size in mysql?
What does "i_am_a_dummy flag" do in mysql?
How many columns can a table have?
How to delete a table.
How we can create index in mysql?
i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?
How do I change the max connections in mysql?
What is the hostname for mysql database?
How to use 'mysql' to run sql statements?
Why mysql is so popular?
What is mysql optimization?