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...
SkipVought,
I don't know how to be more clear. I said that I am trying to calculate a minimum value in Excel Power Query. Of course, the data is Excel. I am just trying to get the minimum values of a column of ages. If you need anymore clarification than that then just don't respond...
Hi,
I have different ages of insurance customers. I need to get the minimum age of a group of customers from a specific insurance carrier. I hope that makes sense. There are several insurance carries that contract out to several "companies" in order to decide what insurance premium should a...
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.
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.
This is not working. I only get the column names with no rows of data. Just the column names when I run this query:
select Grantee,'Granted Through Role' as Grant_Type, role, table_name
from role_tab_privs rtp, dba_role_privs drp
where rtp.role = drp.granted_role
and table_name = 'DATA_MART'...
Thanks again Bill. Now I am only getting column names with no rows of data. The column names I am getting are GRANTEE, GRANT TYPE, ROLE, TABLE_NAME. I only need to see all the users and roles for the data_mart table. Thanks.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.