Questions tagged "data"
2 questions
Active Filters:
Tag: data ×How to store images in a database?
I need to store useruploaded images in my application. I'm considering storing them directly in the database as BLOB data. What are the best...
1 Answer
284 Views
21 Votes
How to update data in a database table using phpMyAdmin?
I have a table named in phpMyAdmin, and I want to update all values in a column named at once. My current SQL query is: The column currently has the...
1 Answer
239 Views
8 Votes