Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kasavazala
  • Content: Threads
  • Order by date
  1. kasavazala

    SQL Aggregate question

    I am using max() function and want to know 2 values associated with the max. This is my query BE ===== Tnum BE_id BET --------------------- 1 1 45 1 2 3 1 3 6 1 4 54 1 5 1 I want to get Max(BE_id) and BET and Tnum...
  2. kasavazala

    find number of days between 2 dates

    Hi, I want to find number of days between two given dates using perl. thanks in advance
  3. kasavazala

    shell script

    In the following script, I would like to see the time in the new file file1. But I am seeing ${timekey). Please let me know what to do. d=`/usr/local/bin/cprevdate +2 | cut -f1 -d" "` timekey=`ltime $d 000000` sed 's/^/${timekey},/' file > file1 thanks in advance
  4. kasavazala

    unix longtime 2099

    Can anyone tell me how to get the unix long time for the date 01/01/2099. when i am trying to use mktime from a c program, I am getting -1. this is the chunk of code i am using struct tm *tm; time_t l; int i; long ptm; l = time(&i); tm = localtime(&i); tm->tm_year=2099-1900...

Part and Inventory Search

Back
Top