select ename ,age from emp.e,works(w) where e.eid=w.eid and (w.did or w.did)
the code is not working out what could be the problem?thanks




Posted 03 December 2008 - 05:39 AM
select e.name, age from emp e, works w where e.eid=w.eid
This post has been edited by baavgai: 03 December 2008 - 05:39 AM
Posted 19 March 2009 - 02:35 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
