+ Reply to Thread
Results 1 to 2 of 2

SQL help adding a value in a query table

  1. #1
    Registered User
    Join Date
    12-07-2010
    Location
    south africa
    MS-Off Ver
    Excel 2010
    Posts
    29

    SQL help adding a value in a query table

    i have created a sql query to fill a table in access 2010

    my query table is Q_blocksarrived and the code used to form it is:

    Please Login or Register  to view this content.

    now i want to add a Please Select row in my column.

    Any ideas?

  2. #2
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: SQL help adding a value in a query table

    Something like
    SELECT ' Please select' As BlockName
    UNION SELECT T_cellararrival.BlockName
    FROM T_cellararrival;
    Last edited by OnErrorGoto0; 01-24-2012 at 05:42 AM.
    Good luck.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1