About 1,660,000 results
Open links in new tab
  1. sql - MySQL columns with multiple choices? - Stack Overflow

    Jan 21, 2014 · You can create even a varchar type field and store numbers, separated by commans, (1,2,5,8) which you map to the actual platform names. Then you can use mysql's …

  2. Efficient way to store multi choice in a column with few options

    Jan 22, 2016 · I am looking for advices on how to handle multiple choices in a column? By way of example lets say selecting a fruit for lunch. Options are Apple or Pear.

  3. How to Group a Column with Multiple Choices in MySQL

    In this guide, we’ll explore a practical solution to group your column with multiple choices in MySQL while ensuring all missing data is accounted for. We'll break it down into clear...

  4. insert multiple choices into mysql field - Adobe Community

    Jun 2, 2008 · I have a form that inserts a record into mysql. it's working fine except when i changed the pull-down menu to a list allowing multiple selections, it only inserts the last item …

  5. mysql - What is the best way to represent a three-choice option

    Jul 10, 2012 · I think you can store the information in a column with type BIT and allow null values in the . column. The following is the mapping of value and your data. H2O solid --> TRUE. …

  6. mysql 5.6 - Database Administrators Stack Exchange

    Aug 17, 2018 · I have a form where a user is able to select a single value from a dropdown. The first option in the dropdown is "All", followed by all of the individual options that they can pick. …

  7. How to add multiple items in a MYSQL column - Stack Overflow

    Feb 2, 2013 · We must add the new column to the users table. We make it a PRIMARY KEY which will ensure that all values are unique so that no 2 users can have the same ID. We can …

  8. How to insert selected columns from a CSV file to a MySQL database ...

    Jan 30, 2017 · I have a CSV file which contains 10 columns. I want to select only some columns from that file and load them into a MySQL database using the LOAD DATA INFILE command.

  9. how to insert multiple option listbox choices into mysql database

    Oct 30, 2012 · You have to do an insert query in your foreach loop. foreach($SkillsArray as $key =>$value ) { // Insert query goes here } Also your listbox values are not parsed by PHP.

  10. Access 2016 checkboxes in a linked mysql table - Microsoft

    Sep 5, 2017 · I have a table that is linked to a MySQL (5.7) database with ODBC (5.3). Is it possible to display 'yes/no checkbox' inside Access table and store the bolean values in the …

  11. Some results have been removed
Refresh