Board index » delphi » SQL Statement
Conrad Smith
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
SQL Statement
Hi there
I'm puzzling with two SQL statements that i need to apply, and i cant The first problem is the following. I've got two tables TableA and TableB i want to update field Ac with the Value of Bc UPDATE TableA,TableB but the compiler does not except this The second problem is the following. Three tables TA,TB,TC what i've tried was select * from TA but the UNION statement does not seem to work after a not in if used seperately, it works, ie But how do i combine these Thanks (replace %DOT% with . in my return address) |