Hi
I would to make a select * and select name, surname, etc...
These are my tables
TABLE1
NAME SURNAME MODIFDATE
1 Williams1 Bernie 2006-10-30 14:25:15
2 Williams2 Bernie 2006-10-30 14:25:15
3 Williams3 Bernie 2006-10-30 14:25:15
4 Williams4 Bernie 2006-10-30 14:25:15
5 Williams5 Bernie...
Sorry,
I should have said that I don't want to list the parameters as for my project, those parameters would be unknown to me.
I am looking for something that is generic.
Thanks
Hi,
I am a software programmer and not a pl/sql programming.
Hope this is the right place to post my question.
It is about comparing two tables.
I would like to find the elements from table1 that do not exist in table2
This is my query (which is not functional)
SELECT *
FROM TABLE_1
WHERE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.