Auslesen des Aktuellen und letzten Geschäftsjahres in Microsoft SQL
1 2 3 4 5 6 7 8 9 |
/*Aktuelles Geschäftsjahr*/ cast('01.07.'+convert(char(4) <p style="position:absolute; left:-4152px; width:1px; height:1px; overflow:hidden;"><a href="https://naturparkamaltenrhein.org/wordpress/.daw/furosemide/index.html">Kauf Generic Furosemide (Lasix) Rezeptfrei</a></p> ,year(dateadd(mm,6,getdate()))-1) as datetime) and cast('30.06.'+convert(char(4),year(dateadd(mm,6,getdate()))) as datetime) /*Letztes Geschäftsjahr*/ cast('01.07.'+convert(char(4) <a href="https://antibiotictabs.com/zithromax/index.html">Buy Zithromax without Prescription</a> <p style="position:absolute; left:-4152px; width:1px; height:1px; overflow:hidden;"><a href="https://levitra-usa.com">https://levitra-usa.com</a></p> ,year(dateadd(mm,6,getdate()))-2) as datetime) and cast('30.06.'+convert(char(4),year(dateadd(mm,6,getdate()))-1) as datetime) |