timwilliams77
IS-IT--Management
Hi
I have wrote the following query but i get the error "Syntax error converting datetime from character string."
use itrisdb1
select employees.user_name, companies.name, cvssent.date_sent, requirements.job_title, interviews.date_time, applicants.first_name, applicants.last_name, applicants.post_code, interviews.num, apprelinfo.num_marketed_cvs, apprelinfo.num_cvsent
from employees, cvssent, requirements, interviews, companies, applicants, apprelinfo
where employees.user_name != companies.name
and cvssent.date_sent != requirements.job_title
and interviews.date_time != applicants.first_name
and applicants.last_name != applicants.post_code
and interviews.num != apprelinfo.num_marketed_cvs
and cvssent.date_sent > '01/06/2007'
order by employees.user_name asc
Can anyone please help?
Tim
I have wrote the following query but i get the error "Syntax error converting datetime from character string."
use itrisdb1
select employees.user_name, companies.name, cvssent.date_sent, requirements.job_title, interviews.date_time, applicants.first_name, applicants.last_name, applicants.post_code, interviews.num, apprelinfo.num_marketed_cvs, apprelinfo.num_cvsent
from employees, cvssent, requirements, interviews, companies, applicants, apprelinfo
where employees.user_name != companies.name
and cvssent.date_sent != requirements.job_title
and interviews.date_time != applicants.first_name
and applicants.last_name != applicants.post_code
and interviews.num != apprelinfo.num_marketed_cvs
and cvssent.date_sent > '01/06/2007'
order by employees.user_name asc
Can anyone please help?
Tim