what do you mean by longblob Data type in MySql?
Answers were Sorted based on User's Feedback
Answer / sathish
Blob is Binary Large OBject, which is used to store the image files or any files as a binary object in the table,
Long Blob is that to store the larger sized object thats all
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / nitin malhotra
Long Blob data types are used to store the large text file
in the Binary Format into our database.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nitin malhotra
Long Blob data types are used to store the large text file
in the Binary Format into our database.
Is This Answer Correct ? | 9 Yes | 4 No |
Explain the difference between MyISAM Static and MyISAM Dynamic?
at first i'm using datediff('d', a.due_date, current_date); but it takes too long to get the result but how can i subtract the current_date - a.due_date and still get the same result like when i use datediff? thank you
How to create triggers in MySQL?
What are all the Common SQL Function?
Why MySQL is used?
Which is better sqlite or mysql?
When to use order by in delete statement?
How database are managed?
Why use stored procedures in mysql?
What is mvcc in mysql?
Explain the storage engines in mysql?
What are the difference between now and current_date in mysql?