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

    Suppress Headers in SELECT statements

    I've tried to find this in the MySQL reference, and done some online searches, but I cant find any reference to this issue: select NAME from DPLENV; +------+ | NAME | +------+ | BAR | | FOO | +------+ 2 rows in set (0.00 sec) I want the output formatted so that the...
  2. roylec

    Constraints on Foreign Keys and references

    This is the first time I've created my own RELATIONS in the otherwise glorious mySQL, so I need some insight on the following: I have one table meant to carry a list of possible values, which may grow/shrink over time for example: CREATE TABLE CLASS ( id INT NOT NULL DEFAULT 0...

Part and Inventory Search

Back
Top