View topic - Tutorial QDB
Tutorial QDB
2 posts
• Page 1 of 1
Tutorial QDB
hello everyone
I'm want to create a database
I already make .sql and .cfg file extention,
I already connected to the database
now I have a problem, When I type INSERT INTO customers (firstname,lastname) VALUES (Afif,Fifa);
It give me error "near INSERT syntax error."
do you know why? I still confuse about it..
thanks
I'm want to create a database
I already make .sql and .cfg file extention,
I already connected to the database
now I have a problem, When I type INSERT INTO customers (firstname,lastname) VALUES (Afif,Fifa);
It give me error "near INSERT syntax error."
do you know why? I still confuse about it..
thanks
- Afifgrahaditya
- New Member
- Posts: 2
- Joined: Tue Nov 17, 2015 4:49 am
Re: Tutorial QDB
Try
- Code: Select all
INSERT INTO customers(firstname, lastname) VALUES('Afif', 'Fifa');
- space
- Active Member
- Posts: 17
- Joined: Fri Mar 09, 2007 6:03 pm
- Location: Texas
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest