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 SkipVought 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: *

  1. chedjou1971

    How to format table row

    What I'm trying to do is a table with a header row and multiple column, but each row should have a title formatted like the header row. When I'm adding the <th>, my output give me an empty colunm before each column. What can I do? Here is a sample of the code used to build the table...
  2. chedjou1971

    Program freezing

    I'm trying to run this query using SQL server reporting service but the program always say program not responding. Can someone help me to know why I have it? Thanks. Claude here is the program: [SELECT ISNULL(T1.SalesTrans,0) AS SalesTrans,ISNULL(T1.SalesConfirmed,0) AS...
  3. chedjou1971

    Combining column

    Hi, I'm trying to display all the results in differents columns but I'm having an error when running the query. Here is the code: DECLARE @report_date DATETIME set @report_date = '2008-06-06' SELECT DATEPART(hh, callplacedtime) AS hr, (SELECT COUNT(i3_rowid) AS test1...

Part and Inventory Search

Back
Top