스크립트/Php 코드 팁

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

Font_Charisma 2009. 12. 24. 11:52

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

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