Board index » delphi » SQL Update Help Required
Tim Stannard
![]() Delphi Developer |
Mon, 22 Feb 1999 03:00:00 GMT
SQL Update Help RequiredI know it's simple. I did it before when I used Oracle for a few months Paradox DB Tables. Delphi 2.0. How do I update a field in one table based on the contents of another. eg TableA has a number of fields including FieldX and FieldY TableB has a two fields - FieldX and FieldY. I want to update the value of FieldY in TableA with the value of FieldY a more diagrammatic example: Before my update query: TableA TableB and after my query, what I want is TableA I can do it easily with QBE. I know it's easy with SQL. Please Help! |