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::', ':assword::','::Email::')
The error is pointing to the ' after the ( in the VALUES line.
Can anyone help me out with the correct syntax and an explanation?
Thanks [sig][/sig]
INSERT INTO * "EMP EMP_No,Password,Email"
VALUES ('::EMP_No::', ':assword::','::Email::')
The error is pointing to the ' after the ( in the VALUES line.
Can anyone help me out with the correct syntax and an explanation?
Thanks [sig][/sig]