
This Entry is listed in:
Create an account or login to tag this entry
|
From > systemcall dot org | Posted 4 months, 1 week ago:
Recently I came to an amusing situation with Oracle (again) where the primary key was not used when explicitly requested… select name from table where table_id = 1; Of course, table_id was the primary key. Astonishingly Oracle ... read more |