Calendario |
| l | m | m | g | v | s | d |
---|
25 | 26 | 27 | 28 | 29 | 30 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 1 | 2 | 3 | 4 | 5 |
|
|
Una sorta di group by ma più efficace
SELECT *,ROW_NUMBER() OVER (PARTITION BY idtestata ORDER BY ISNULL(Versione,0) DESC) AS MaxVersioneFROM table TWHERE datacreazione BETWEEN GETDATE()-1 and GETDATE() or CONVERT(DATE,datacreazione) = CONVERT(DATE,GETDATE() )ORDER BY idtestata,datacreazione desc Leggi tutto il post...
venerdì, 24 giu 2011 Ore. 10.18
Per rendere dei filtri opzionali
WHERE GC.IdAzienda = @IdAzienda AND ISNULL(GC.Brand,'') = ISNULL(@CodiceProduttore,ISNULL(GC.Brand,'')) AND ISNULL(GC.CategoriaMerceologica,'') = ISNULL(@CatMerc,ISNULL(GC.CategoriaMerceologica,'')) AND ISNULL(GC.CodiceArticolo,'') = ISNULL(@CodiceArticolo,ISNULL(GC.CodiceArticolo,'')) Leggi tutto il post...
venerdì, 24 giu 2011 Ore. 10.15
My Jquery Tutorial
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head> <title>Untitled Page</title> <script src="jquery-1.6.1.js" type="text/javascript"></script> <style type="text/css"> .test { Leggi tutto il post...
venerdì, 24 giu 2011 Ore. 10.12
JQuery Ajax
$.ajax<script type="text/javascript"> function SaveArticoloVerificato(articolo, catena, sottocatena, idverificato) { alert(idverificato); var verificato = $(idverificato).checked; var result = false; $.ajax({   Leggi tutto il post...
venerdì, 24 giu 2011 Ore. 10.06
|
Archivio Posts |
Anno 2020
Anno 2018
Anno 2015
Anno 2013
Anno 2011
Anno 2010
Anno 2009
Anno 2008
|
Statistiche |
- Views Home Page: 14.808
- Views Posts: 57.834
- Views Gallerie: 2.837
- n° Posts: 117
- n° Commenti: 1
|
|