the query is:
select appointment.*, date_format(appointment.startdatetime,'%m-%d-%Y') as yrappt from
appointment left join guest on appointment.appointment_id = guest.appointment_id
i think it's syntactically correct, it returns the correct rows when run with the
mysql.exe program but gets a
why do i get errors on MySQL queries that have joins?
alyx
-
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
ok, i got i working now, thanx to all who helped especially michael, chris & edward
alyx
-
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
I'm very new to PHP, as a matter of fact, I never had any experience anything about
web-enabled applications development. I've been more into local Visual Basic and MS
SQL Serve devt. If there's any kind soul out there, please HLP
The question is: why do the values of my sessi
4 matches
Mail list logo