Select statement for export with timestamp [message #296838] |
Tue, 29 January 2008 04:02  |
hristo
Messages: 258 Registered: May 2007
|
Senior Member |
|
|
Hi!
Im planning on doing an export of a DB based on its date. But I only want to export tables that have a timestap and are newer then >31/12 2006 and all the other tables (that dont have a timestamp). But I lack the experience of PL/SQL.
Can anyone help me in the rigth direction? Below are a small start
BEGIN
IF timestamp.EXISTS THEN
select * from
Regards
Hristo
|
|
|
|
|
|
|