I use Sybase ASA7, I have 2 tables in a database.
Both tables contain 2 fields - ID and EventDateTime with 20 records.
ID field = 1 to 20 in both tables.
Table 1 has the EventDateTime field filled in against each ID, table 2 does not, they are just null values.
How would I loop through and copy each eventDateTime field from table 1 to table 2 so the two tables match ?
Not really familiar with SQL, so apologies.