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 Chriss Miller 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: craigscott
  • Content: Threads
  • Order by date
  1. craigscott

    How do extend the use of Order by Clause

    Hello, I have the following SQL Table CREATE TABLE [dbo].[country_lookup] ( [country_id] [int] IDENTITY (1, 1) NOT NULL , [country_code] [varchar] (50) NULL , [country_name] [varchar] (50) NULL , [country_dialcode] [varchar] (50) NULL ) ON [PRIMARY] I am trying to write a single query...

Part and Inventory Search

Back
Top