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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MikeBui

  1. MikeBui

    SQL "Matrix" Query

    Here is another method without having to create another SQL script, but you still have to use DECODE. Assuming your table is defined like this: create table user_to_roles ( userid varchar2(20), role varchar2(20) ) nologging; insert into user_to_roles values ('SCOTT','SALES_ADMIN')...

Part and Inventory Search

Back
Top