How can we store binary data in mysql?
Answers were Sorted based on User's Feedback
Answer / amita
to store binary data in table we can use blob datatype in mysql
Is This Answer Correct ? | 14 Yes | 1 No |
How can increase the performance of MySQL select query?
3 Answers RV Technologies, Span Systems,
How to load data files into tables with 'mysqlimport'?
How to enter Characters as HEX Numbers?
What is ntext?
Is mysql free for commercial use?
What is ibdata1?
What is mysql server used for?
Why do we need mysql?
Which is faster mongodb or mysql?
What are enums used for in mysql?
What is the use of indexing table?
The table tbl_sites contains the following data: ----------------------------------------------------- Userid sitename country ------------------------------------------------------ 1 sureshbabu indian 2 PHPprogrammer andhra 3 PHP.net usa 4 PHPtalk.com germany 5 MySQL.com usa 6 sureshbabu canada 7 PHPbuddy.com pakistan 8. PHPtalk.com austria 9. PHPfreaks.com sourthafrica 10. PHPsupport.net russia 11. sureshbabu australia 12. sureshbabu nepal 13. PHPtalk.com italy Write a select query that will displayed the duplicated site name and how many times it is duplicated?