All Tags » sql (RSS)

Browse by Tags

  • How to use Filter out decimal using a query in access

    I have a column in MS access that contains whole numbers and decimals. How do I filter out the rows that cotain decimals and just keep the entries with just whole numbers. RawData 1 2.5 5 6.5 1.3 7 I want the query output to show: 1 5 7
    Posted to Oracle (Forum) by software on 06-17-2010
  • Delete a list of IDs in access table

    Hi EE, I have a product inventory database built in Access 2007. It consists of a single table with a barcode, destination and a date sent. I scan barcodes into a continuous form and execute a SQL query that populates the inventory list with a destination I enter in a text box and the current date where...
    Posted to Btrieve (Forum) by software on 06-16-2010
  • Calculate Average in SQL statement

    I need to calculate a players batting average based on a couple of columns in a SQL 2005 database table. I need to be able to do this calculation in a SQL statement because I am populating a grid with the results of the avg and the other columns in the table. For the sake of this example I need to do...
    Posted to WebApplications (Forum) by software on 06-16-2010
  • *** Querying for MONTH to DATE in SQL ***

    Hello Experts, This is probably an easy one for you all... I'd like to add code to my SQL that, when executed, the results will always be from MONTH to DATE... that is, only pull data from the beginning of the current month going forward. something like this... SELECT current_month, count(orders...
    Posted to Btrieve (Forum) by software on 06-16-2010
  • [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. Microsoft OLE DB Provider for SQL Server error '80004005'

    Hi All, The database in SQL Server2000 is working on IIS6.0 in Windows Serverin Production. My development machine has Windows XP/IIS 5.0 and is using the same SQL server Database. I have to transfer 6000 records from one table to another.I am adding these records into new table and updating 2 columns...
    Posted to Microsoft IIS (Forum) by software on 06-15-2010
  • sql Invalid precision value

    We recently (days) migrated from dev servers to new production servers. Everything is supposed to be duplicated. I am getting errors that I was not getting on the dev servers. on the following query I am getting "invalid precision value"; result="query"> SELECT * FROM CallData...
    Posted to AppleScript (Forum) by software on 06-14-2010
  • SQL Insert using both select statements and parameters

    Hi all, I suspect the following sproc could be cleaned up a lot but I just don't see it right now. My main area I wish to clean up is in the various select statements as each of them uses the same From... inner join... Where clauses. thx in advance. Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11...
    Posted to Oracle (Forum) by software on 06-13-2010
  • How to identify inactive SQL Databases

    I require a SQL Script or some other method for finding out which databases in a SQL Server are the "least" active (or completley dormant). I.e. my problem is that I have a number of databases left over after a few SharePoint installs (which are now long gone) all with cryptic serialized database...
    Posted to Oracle (Forum) by software on 06-12-2010
  • Sub Query in Select Statement

    In my illustration you'll see I have a table and the expect query results. In order to accomplish this in not one query, as opposed to writing two or three queries to get the expect result, I expect I probably need to utilize the MIN and MAX functions and write a sub query in the select statement...
    Posted to Btrieve (Forum) by software on 06-11-2010
  • Convert MySQL Timestamp to Date

    I have a column which currently has a date column that has a data type of TIMESTAMP. I need to convert this to a DATE data type. I have tried this: 1: SELECT UNIX_TIMESTAMP(DATE_FORMAT(_created,'%Y-%m-%d %T')) FROM table LIMIT 1; But the returned row is just 0.
    Posted to Oracle (Forum) by software on 06-11-2010
Page 1 of 435 (4348 items) 1 2 3 4 5 Next > ... Last ยป