Visualizzazione dei risultati da 1 a 3 su 3

Discussione: $query from where

  1. #1
    Utente di HTML.it
    Registrato dal
    Oct 2002
    Messaggi
    417

    $query from where

    ho un vuoto non ricordo come devo fare ad estrarre l'ultimo id da un db mysql

    $query = "SELECT * FROM proposte WHERE id = ????

    mi interessa cercare l'ultimo inserimento
    Grazie Luigi

  2. #2

  3. #3
    SELECT id FROM tuatabella ORDER BY id DESC LIMIT (0,1)

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.