Click here to Skip to main content
15,921,905 members
Home / Discussions / Database
   

Database

 
GeneralRe: redundant data Pin
Ashfield11-Sep-08 8:31
Ashfield11-Sep-08 8:31 
AnswerRe: redundant data Pin
Paul Conrad11-Sep-08 6:32
professionalPaul Conrad11-Sep-08 6:32 
QuestionScheduled jobs problem Pin
annu0811-Sep-08 3:03
annu0811-Sep-08 3:03 
AnswerRe: Scheduled jobs problem Pin
Mycroft Holmes11-Sep-08 14:57
professionalMycroft Holmes11-Sep-08 14:57 
QuestionProblem On Querry help!! Pin
papy-boom11-Sep-08 2:11
papy-boom11-Sep-08 2:11 
AnswerRe: Problem On Querry help!! Pin
Blue_Boy11-Sep-08 2:53
Blue_Boy11-Sep-08 2:53 
QuestionReading Excel cell type with OleDB (MFC) Pin
giangi8310-Sep-08 22:37
giangi8310-Sep-08 22:37 
QuestionUsing Between two Dates. Pin
Rajiya10-Sep-08 21:37
Rajiya10-Sep-08 21:37 
Hi,

I have written a query to extract data from a table whose created date lies between current date and 30 days ago.in PL/SQL

I have written query as follows:
select creat_dt from shpt
where shpt.creat_dt between trunc(sysdate) and trunc(sysdate-30)

Although it is having records for which created date falls between current date and 30 days prior to current date, it still shows me no records extracted.


Help me with this.
AnswerRe: Using Between two Dates. Pin
Ashfield10-Sep-08 23:12
Ashfield10-Sep-08 23:12 
GeneralRe: Using Between two Dates. Pin
Wendelius11-Sep-08 5:46
mentorWendelius11-Sep-08 5:46 
AnswerRe: Using Between two Dates. Pin
nelsonpaixao11-Sep-08 13:49
nelsonpaixao11-Sep-08 13:49 
QuestionJobs succeeds when executed manually but fails when scheduled Pin
annu0810-Sep-08 21:20
annu0810-Sep-08 21:20 
AnswerRe: Jobs succeeds when executed manually but fails when scheduled Pin
Ashfield10-Sep-08 23:14
Ashfield10-Sep-08 23:14 
GeneralRe: Jobs succeeds when executed manually but fails when scheduled Pin
annu0810-Sep-08 23:31
annu0810-Sep-08 23:31 
GeneralRe: Jobs succeeds when executed manually but fails when scheduled Pin
Ashfield10-Sep-08 23:56
Ashfield10-Sep-08 23:56 
GeneralRe: Jobs succeeds when executed manually but fails when scheduled Pin
annu0811-Sep-08 0:15
annu0811-Sep-08 0:15 
GeneralRe: Jobs succeeds when executed manually but fails when scheduled Pin
annu0811-Sep-08 1:42
annu0811-Sep-08 1:42 
GeneralRe: Jobs succeeds when executed manually but fails when scheduled Pin
Ashfield11-Sep-08 3:06
Ashfield11-Sep-08 3:06 
GeneralRe: Jobs succeeds when executed manually but fails when scheduled Pin
annu0811-Sep-08 3:19
annu0811-Sep-08 3:19 
QuestionHelp required with Joins Pin
Rajiya10-Sep-08 20:14
Rajiya10-Sep-08 20:14 
AnswerRe: Help required with Joins Pin
EBeylo10-Sep-08 20:43
EBeylo10-Sep-08 20:43 
GeneralRe: Help required with Joins Pin
Rajiya10-Sep-08 21:20
Rajiya10-Sep-08 21:20 
GeneralRe: Help required with Joins Pin
EBeylo10-Sep-08 22:56
EBeylo10-Sep-08 22:56 
QuestionAccess to SQL Pin
TheEagle10-Sep-08 20:07
TheEagle10-Sep-08 20:07 
AnswerRe: Access to SQL Pin
Paul Conrad11-Sep-08 6:33
professionalPaul Conrad11-Sep-08 6:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.