dense_rank()

Technical Article

RE: Query question

  • Reply

SELECT sg.sysusergroup_id, sg.sysusergroup_name FROM sysusergroup sg WHERE sg.sysusergroup_id NOT IN(  SELECT susg.sysusergroup_id  FROM sysuser_sysusergroup susg  WHERE sysuser_id = '1' )Just as an alternative to the outer join technique./rockmoose

You rated this post out of 5. Change rating

2004-05-19

Technical Article

RE: Column name lookup

  • Reply

Oops - went horizontal when you wanted vertical DECLARE @colName VARCHAR(30) DECLARE enabledCol CURSOR FOR SELECT columnname from TABLE WHERE ENabled OPEN enabledCol FETCH NEXT FROM enabledCol INTO @colName WHILE @@FETCH_STATUS = 0 BEGIN SET @selSQL = 'SELECT ''' + @colName + ''' ColName, ' + @colName + ' colValue FROM <sourcetable> where <condition> EXEC […]

You rated this post out of 5. Change rating

2003-07-09

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers