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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Stargazer77

  1. Stargazer77

    Simple select...

    You use the Where with the Selet to filter out the 365 days........
  2. Stargazer77

    Oracle Service Name

    I have a listener set up and running and a service configured on Oracle8i Personal Ed. but I get the error that TNS could not resolve the service name...need help.
  3. Stargazer77

    Oracle Listener Setup - Orcale8i Personal Ed. Win98

    I am having problems with the listener. I have set up a listener and a connection but when I try to connect, It does not see the listener. Anyone with ideas?
  4. Stargazer77

    ORACLE DECODE FUNCTION...NEED HELP

    CREATE VIEW DECODE<br>AS SELECT STUDENT#,<br> DECODE ( GRADE,<br> 'A', '4.0'<br> 'A-', 3.67<br> 'B+', 3.33<br> 'B', 3.0<br> 'B-', 2.67<br> 'C+', 2.33<br> 'C', 2.0<br> 'C-', 1.67<br> 'D', 1.33<br> 'E', 1.0<br> 'F', 0 )<br> FROM STUDENT_SCHEDULE;<br> <br><br>This isn't...

Part and Inventory Search

Back
Top