Hi
can I do this?
db.execute "insert into newtable (name, address, department) select
source.name, source.address, getdepartment(n ame) from source"
i made a getdeparment function that looks up another table and finds the
deparmtent based on name.
This is failing and giving me an error that getdeparment is unefined or not
found or somethng.
Thanks in advance
can I do this?
db.execute "insert into newtable (name, address, department) select
source.name, source.address, getdepartment(n ame) from source"
i made a getdeparment function that looks up another table and finds the
deparmtent based on name.
This is failing and giving me an error that getdeparment is unefined or not
found or somethng.
Thanks in advance
Comment