<![CDATA[Article Comments for Robert Vieira]]>http://www.sqlmag.com/authors/author/author/5777602/rsscomment/5777602en-USFri, 25 May 2012 08:54:12 GMTFri, 25 May 2012 08:54:12 GMTUser-Defined Functionshttp://www.sqlmag.com/article/data-access/user-defined-functions#commentsAnchorThu, 29 Jun 2006 00:19:10 GMT
This was a breakthrough moment in coding for me. one of those days! thanks.]]>
ClaudiaThu, 29 Jun 2006 00:19:10 GMThttp://www.sqlmag.com/article/data-access/user-defined-functions#commentsAnchor
User-Defined Functionshttp://www.sqlmag.com/article/data-access/user-defined-functions#commentsAnchorWed, 09 May 2001 03:24:54 GMT
In Listing 8 a function is shown within a join. The function gets a static parameter. What if I want to input the field of another table, for example from the join? I tried using ALIAS.FIELDNAME, but I get an error on the dot. Also removing the ALIAS. doesn’t help, I then get an optimizer hint error. Any idea? Greetings, Bas]]>
Bas Kroes Wed, 09 May 2001 03:24:54 GMThttp://www.sqlmag.com/article/data-access/user-defined-functions#commentsAnchor