본문 바로가기

스크립트/Php 코드 팁

select 문 랜덤으로 (random)으로 불러오기


SELECT * FROM table ORDER BY rand( ) LIMIT 5 ; // limit 개수

select 문 랜덤으로 (random)으로 불러오기