I have a table as shown and I am trying to insert the data to it but I am constantly getting error . Can anyone suggest what should be the query ??
Here's my table structure:
My insert query:
INSERT INTO country (id, country_name, iso_code, country_pic_url, rank, created_time, updated_time, deleted_time) VALUES(1, 'Afghanistan', 'AF', null, 0, '2013-09-04 13:30:00', '2013-09-04 13:30:00', '2013-09-04 13:30:00')