UPDATE `users` SET `state` = '18 -- phpMyAdmin SQL Dump -- version 4.8.2 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Dec 30, 2018 at 12:05 PM -- Server version: 10.1.34-MariaDB -- PHP Version: 7.2.7 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; -- -- Database: `voice-recognition` -- -- -------------------------------------------------------- -- -- Table structure for table `state` -- CREATE TABLE `state` ( `id` int(11) NOT NULL, `name` varchar(512) NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `state` -- INSERT INTO `state` (`id`, `name`) VALUES (5, 'Andaman & Nicobar Islands'), (6, 'Andhra Pradesh'), (7, 'Arunachal Pradesh'), (8, 'Assam'), (9, 'Bihar'), (10, 'Chhattisgarh'), (11, 'Dadra & Nagar Haveli'), (12, 'Daman & Diu'), (13, 'Delhi'), (14, 'Goa'), (17, 'Gujrat'), (18, 'Hariyana'), (20, 'Himachal Pradesh'), (21, 'Jammu & Kashmir'), (22, 'Jharkhand'), (23, 'Karnataka'), (24, 'Kerala'), (25, 'Lakshadweep'), (26, 'Madhya Pradesh'), (27, 'Maharastra'), (28, 'Manipur'), (29, 'Meghalaya'), (30, 'Mizoram'), (31, 'Nagaland'), (32, 'Orissa'), (33, 'Pondicherry'), (34, 'Punjab'), (35, 'Rajasthan'), (37, 'Sikkim'), (38, 'West Bengal'), (39, 'Tamil Nadu'), (40, 'Tripura'), (41, 'Uttar Pradesh'); -- -- Indexes for dumped tables -- -- -- Indexes for table `state` -- ALTER TABLE `state` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `state` -- ALTER TABLE `state` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; COMMIT;