I am trying to learn and am having a syntax problem in the following statement:
INSERT INTO * "EMP EMP_No,Password,Email"
VALUES ('::EMP_No::', '::Password::','::Email::')
The error is pointing to the ' after the ( in the VALUES line.
Can anyone help me out with the correct syntax...
I am trying to learn and am having a syntax problem in the following statement:
INSERT INTO * "EMP EMP_No,Password,Email"
VALUES ('::EMP_No::', '::Password::','::Email::')
The error is pointing to the ' after the ( in the VALUES line.
Can anyone help me out with the correct syntax...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.