Trying to add a row in SQL. What is wrong with my code here?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Trying to add a row in SQL. What is wrong with my code here?


SELECT_QUERY = '''
select name,birthdate from animals where species='opossum';
'''

INSERT_QUERY = '''
insert into animals(name,species,birthdate)
values('Baxter','opossom','2018-09-17');
'''





Please post actual code. How does SELECT_QUERY get executed? What language are you using? Which database server?
– Terry Carmen
2 mins ago






What's your question?
– D-Shih
2 mins ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard