add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Table Create Table
tbl_00 CREATE TABLE `tbl_00` (
  `card_flg_visa` tinyint(4) DEFAULT NULL,
  `card_flg_jcb` tinyint(4) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
Records: 0  Duplicates: 0  Warnings: 0
Table Create Table
tbl_00 CREATE TABLE `tbl_00` (
  `card_flg_visa` tinyint(4) DEFAULT '0',
  `card_flg_jcb` tinyint(4) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1