Hi all,
I want to insert two fields into a table
one field value is from table (multiple values)
second field value is constant for all the values
I tried this
insert employee (empname,date) (select empname from department, '01/17/2003')
it gives an error at the date.
when I try only the empname it is inserting.
thanks for your time