> what is this supposed to do? I get no rows found. > I was looking to see what magic you discovered. > > > SELECT Sys_Table_Name FROM Sys_Tables + > > WHERE SYS_TABLE_ID = -10
You're correct, it doesn't return anything. It does, however, establish that the first column in the rows output is a TEXT column, not a NOTE column. -- Larry
