Hi,
Can we get a SQL query, to display all the dates between two given dates
eg. if date1=21-mar-2007 and date2=25-mar-2007
then the query should display all the dates between those two given dates i.e
22-mar-2007, 22-mar-2007, 23-mar-2007and 24-mar-2007.
Query should not contain any plsql coding.
Regards.
User Profile
Collapse
-
Dates between the two given dates
-
Data Dictionary Views
Hi,
Could you pls explain me the confusing, diffterece between the views "USER_ " , "ALL_" and "DBA_".
On which table query should be executed to get all the list of views like user_constraint s, user_sons_const raints, user_source,use r_sequences etc.
Regards
Pointers. -
Emulator Data UpLoading
Hi,
My project is related to Hand Held device. We are using emulator. The total code is written in C#.
There is some data of 83,000 records, I have to upload the data into the emulator. After uploading some 50,000 records it is showing some error like "Storage memory is critically low".
I have compressed the database, by using some commands... -
open window on selecting a CheckBox
Hi,
I am trying the followinfg code.Could you plese help me.
I tried in google but dint get....
I need a JavaScript code For checkbox.
If one clicks on the checkbox on click it should open some other page.
Location of the page which contains the checkbox and the which needs to be opened after clicking the checkbox is same in server.
But the new page must open in a new window.
... -
physical and logical backup
Hi
I havae read concepts like BACKUP.I am not able to understand what is the difference between physical backup and logical backup..?
what is the difference between cache recovery and instance recovery...?
could you pls explain me in detail....?
Thanks and Regards -
order of precedence
Hi,
could u explain me regarding order of precedence in C language.....I need some examples....i hav da table for dat......
Could u give me a good link vch provides a theory regarding this......
Thanks & Regards. -
some functions returns values(like int,float) to the calling function.so the protype indicates which type it ireturns.
Lets assume int add()is some function used for addition....... .then this int represents ..... returns integer value.
int add()
{
c=a+b;
return c;
}
If a and b values are 2, 1.2 the addition becomes 3.2 it s an float value but this add function returns integer... -
structure-string
Hi,
I hav defined an array of n elements.Each element represents a structure. Like,
typedef struct
{
int dd;
int mm;
int yyyy;
}srik;
srik a[n];
Then how to assign a date (eg:02/07/1984) as a string("0207198 4") to the first array element(means the first structure) in the array.
I thought .
scanf("%s",a[0]);
/*here the input given is "02071984"*/... -
link
Hi,
could u tell me a proper link wher can i get a bunch of programes to prepare lab exam .....am a student so provide me a basic programes.
programes like:
reverse of a string,
palindrome,
matrix multiplication,
sorting tech.,searching tech,
............... ........
............... ...........
............... ............etc .
thanks & ragadzzzzzzz
No activity results to display
Show More
Leave a comment: