Subject Re: [firebird-support] What is wrong with this sin tax?
Author Magnus Titho
Clay Shannon wrote:

>(syntax)
>
>
>
>INSERT INTO FAO_PERSONNEL
>
>(EMPNO,FIRSTNAME,MIDDLENAME,LASTNAME,DOB,DOH)
>
>VALUES
>
>(SELECT EMPNO,FIRSTNAME,MI,LASTNAME,DOB,DOH FROM EMPINFO WHERE EMPNO = 577)
>
>
>

INSERT INTO FAO_PERSONNEL
(EMPNO,FIRSTNAME,MIDDLENAME,LASTNAME,DOB,DOH)
SELECT EMPNO,FIRSTNAME,MI,LASTNAME,DOB,DOH FROM EMPINFO WHERE EMPNO = 577

should work.




--
Magnus