Hi all
A little big problem, i always forget in oracle how to do an update on a table from data on another table, so i fix it in my blog :
update table1
set field = (
select field
from table2
where table2.id = table1.id
);
Stay tuned.
This blog was created to improve my English and share news, thoughts and opinions about the world around me. I use it also to fix some technical solutions for future use.
Hi all Today, first day of 2025 my goals for this year : 1. ENGLISH Improve listening comprehension See at least one or two films in Engli...
Nessun commento:
Posta un commento