How many values can the SET function of MySQL take?
Answer Posted / sudhakar
255
| Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
What is tee command in mysql?
How do I flush privileges in mysql?
What is 1nf 2nf 3nf?
How do I view a mysql database?
How to enter binary numbers in sql statements?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
How do I find the size of a mysql database?
Do I need to pay for mysql?
How can I create database in mysql?
How to calculate expressions with sql statements?
How to use regular expression in pattern match conditions?
How many rows can be inserted in mysql at a time?
How to enter boolean values in sql statements?
how to Return total number of rows.
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.