Feb 27, 2006 #1 R rmatthew Well-known member Joined Dec 30, 2002 Messages 115 Location Texas I am atemptting the following select @tstint = max(field) from @table @table is passed in the UDF paramaters I get the following: Must declare the variable @table. What gives?
I am atemptting the following select @tstint = max(field) from @table @table is passed in the UDF paramaters I get the following: Must declare the variable @table. What gives?
Feb 27, 2006 #2 R rmatthew Well-known member Joined Dec 30, 2002 Messages 115 Location Texas Sorry - guess the brain skipped Duh... no Dynaimc SQL in UDFs