그누보드5 기본쿼리

· 8년 전 · 3390

그누보드에서 별도 쿼리 작성시 가장 기본으로 쓰는 쿼리 올려봤습니다.
<?
$que = "select * from {$write_table} where wr_is_comment = 0 order by wr_num desc, wr_reply desc limit 1";
$row = sql_fetch($que);

$que = "select * from g5_member where mb_level=10 order by mb_1 asc";
$res = sql_query($que);
$count = mysql_num_rows($res);
while ($row = sql_fetch_array($res)){
?>

|
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
jQuery
[jQuery]
8년 전 조회 1,888
JavaScript 8년 전 조회 2,965
jQuery
[jQuery]
8년 전 조회 1,695
jQuery 8년 전 조회 1,932
jQuery 8년 전 조회 2,031
jQuery 8년 전 조회 1,816
jQuery 8년 전 조회 1,875
jQuery
[jQuery]
8년 전 조회 1,563
jQuery 8년 전 조회 2,176
jQuery 8년 전 조회 2,643
jQuery
[jQuery]
8년 전 조회 1,913
jQuery 8년 전 조회 1,599
jQuery
[jQuery]
8년 전 조회 2,056
jQuery 8년 전 조회 5,634
기타 8년 전 조회 3,391
jQuery
[jQuery]
8년 전 조회 1,762
jQuery 8년 전 조회 1,933
jQuery 8년 전 조회 2,041
PHP 8년 전 조회 5,363
node.js 8년 전 조회 4,371
jQuery 8년 전 조회 2,418
jQuery 8년 전 조회 1,865
jQuery 8년 전 조회 1,420
jQuery 8년 전 조회 2,146
jQuery 8년 전 조회 1,633
jQuery 8년 전 조회 1,751
jQuery 8년 전 조회 1,962
jQuery 8년 전 조회 2,214
jQuery 8년 전 조회 1,744
jQuery 8년 전 조회 1,677