Search Results

Showing results 1 to 12 of 12
Search took 0.01 seconds.
Search: Posts Made By: iceman29
Forum: Shell Scripting Aug 26th, 2009
Replies: 5
Solved: date command
Views: 548
Posted By iceman29
Actually, the below command gives the time as per GMT :

date -u


where as on using date , we get the time according to what we have set our time zone (TZ) as.
Forum: Oracle Jul 9th, 2009
Replies: 1
Views: 1,247
Posted By iceman29
Hi Dipti,

You can use the below querry to get the table names in your DB:

select * from tab;
Forum: C Jun 12th, 2009
Replies: 6
Views: 555
Posted By iceman29
I am working on UNIX, and using CC to compile the code.
Forum: C Jun 12th, 2009
Replies: 6
Views: 555
Posted By iceman29
Hi,

Is it possible to display the output of a C program in different font sizes by setting it in the code? If yes, please guide regarding the same.

Thanks.
Forum: Shell Scripting May 11th, 2009
Replies: 2
Views: 577
Posted By iceman29
Yeah.. that worked... Thanks... :)
Forum: Shell Scripting May 11th, 2009
Replies: 2
Views: 577
Posted By iceman29
Hi,

I am writing a shell script, and need help with a small piece of code.
It is as below:

CUST_1=filename
b=1
c=$CUST_$b
echo $c
Forum: Oracle Sep 2nd, 2008
Replies: 3
Views: 4,991
Posted By iceman29
If you are just interested in viewing the names and not the other info about tables, you can use

select * from tab
Forum: Oracle Jul 12th, 2008
Replies: 5
Views: 6,168
Posted By iceman29
Yes buddy, the extra sub querry is needed, as in below case :

select * from <tab> where rownum <=5
order by <a> desc

the first 5 rown are getting sorted and then ordered, which would not...
Forum: Windows NT / 2000 / XP Jun 18th, 2008
Replies: 0
Views: 448
Posted By iceman29
Hi,

I am not able to use any USB device on my PC(Win XP). and looking for help on this issue. Whenever I connect any pen drive or i pod to the USB port, it shows a balloon saying the name of the...
Forum: Oracle Jun 5th, 2008
Replies: 5
Views: 6,168
Posted By iceman29
Got the soln, as below

select * from (select a from <tbl> order by a DESC) where rownum<=5;

Thanks.
Forum: Oracle Jun 5th, 2008
Replies: 5
Views: 6,168
Posted By iceman29
Hi ,

Can we have an sql query to get the max 5 values from a column?
Please paste a sample code if its possible.

Thanks in advance.
Forum: Shell Scripting May 21st, 2008
Replies: 3
Views: 1,318
Posted By iceman29
can also name the file as shellProgramming.sh and diretly run it by giving it as

sh shellProgramming.sh

on the prompt.
Showing results 1 to 12 of 12

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC