Sql Query

  • I need to print the results off my server of this query

    Select * from orders WHERE warehouseid='c'

    i dont kno how to print the results of it.

    Please help

  • You should be able to just right-click your Results page and select "Print."

    Let us know if that works for you.

    +--------------------------------------------------------------------------------------+
    Check out my blog at https://pianorayk.wordpress.com/

  • The results page has all the extra stuff in it i dont want people to see... is there anyway to make it print to an html or php page i know the coding to conect the page to the dadta base and how to make it run and SQL query to the SEVER but not how to print it.

  • You'd need to specify that in your query; e.g. "select col1, col2 from table . . . " etc.

    In other words, don't use "select * from . . . "

    +--------------------------------------------------------------------------------------+
    Check out my blog at https://pianorayk.wordpress.com/

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply