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 bkrike 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: marjac
  • Content: Threads
  • Order by date
  1. marjac

    SQL Plus Formatting

    I am creating a CSV file and am using an input value in SQL Plus to select data. (AND SCHYEAR = SUBSTR('&SCHYEAR',6,4);) selects the end of a school year input like ‘2003-2004’ I have set echo off set serveroutput on size 1000000 set linesize 300 set heading off set feedback off but I...
  2. marjac

    Customized INITCAP

    I need to update columns to mixed case letters. I use INITCAP, which does fine at capitalizing the first letter in the word. The question I have is how to use proper capitalization. Example: MACDONALD is Macdonald instead of MacDonald. Does anybody know any rules to use or tools to use to do...
  3. marjac

    Component Table Development

    Can a stored procedure select SQL stored in a database table?

Part and Inventory Search

Back
Top