Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. keshava
    3. Post
    K

    keshava

    @keshava

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 1
    • Post 3
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    0
    Reputazione
    3
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User Newbie

    Post creati da keshava

    • RE: Estrarre tutti i records escluso l'ultimo

      è quello che mi serviva ottenere.

      ciao
      keshava

      postato in Coding
      K
      keshava
    • RE: Estrarre tutti i records escluso l'ultimo

      Grazie mille Gorka
      ho risolto con
      limit

      SELECT *
      FROM table
      ORDER BY id_table DESC
      LIMIT 1,100

      ciao

      postato in Coding
      K
      keshava
    • Estrarre tutti i records escluso l'ultimo

      Salve,
      in una tabella avrei bisogno di estrarre (tramite un recorset) tutti i records
      escluso l'ultimo inserito
      qualcuno sa dirmi come fare l'sql?

      SELECT *
      FROM table
      WHERE id_table NOT LAST (???????) :arrabbiato:
      ORDER BY id_table DESC

      grazie
      a buon rendere
      Keshava

      postato in Coding
      K
      keshava