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 John Tel 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: pat718
  • Content: Threads
  • Order by date
  1. pat718

    SQL Server 2012 Syntax Error

    I am trying to alter a table to add a column and than update that column with integer values from 0 to 5. I keep getting a syntax error near my WHERE clause. Here's is what I wrote: alter table aggregator_table add access_level integer WHERE access_level == 0 and access_level<=5 Can...
  2. pat718

    Excel 2013 Power Query

    I am trying to calculate a minimum value using Power Query. The MIN that can be used in Excel does not work in Power Query. Can some one help me? Thanks.
  3. pat718

    Excel 2013 Power Query

    I am trying to derive a minimum of numbers but the MIN that is used in Excel does not work for Excel Power Query. Does anyone else have any experience with Power Query for Excel 2013? thanks.
  4. pat718

    List Users and Roles of a table

    I have been trying to figure out how to do this for a few days. I thought this would be simple but I keep getting an error. I am trying to list all of the roles AND users that have access to a table in Oracle 11g. I am new to this but I tried this: SELECT * FROM all_users, dba_role_privs...

Part and Inventory Search

Back
Top