Skip to Content
0
Former Member
Dec 01, 2006 at 05:28 AM

SQL Commands

29 Views

Anyone know how to write a sql command for the following:<div> </div><div>SELECT * FROM fnFiscalCalendar (&#39;{?@we_date}&#39;, &#39;DATENAME(MONTH, {?@we_date})&#39;)</div><div> @we_date is a parameter</div><div> </div><div> SELECT * FROM fnFiscalCalendar (&#39;{?@we_date}&#39;, &#39;OCT&#39;) works fine but the one above doesn&#39;t return anything.</div><div> </div><div> </div><div> </div><div> </div>