Unable to connect to database !
1054 <- 오류번호
select
count(*)
from
auction_product
where
help_use = 'n' and
(
category = '2394r02r03r03'
or
category like '2394r02r03r03r%'
)
and reg_date >= '2018-01-28' and product_stats='0'
AND target_id is NULL
Unknown column 'target_id' in 'where clause' Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /hard/hosting4/gline/www/inc/board_function.php on line 3854
Unable to connect to database !
1054 <- 오류번호
select
*
from
auction_product
where
help_use = 'n' and
(
category = '2394r02r03r03'
or
category like '2394r02r03r03r%'
)
and reg_date >= '2018-01-28' and product_stats='0'
AND target_id is NULL
order by reg_date desc
limit
0, 12
Unknown column 'target_id' in 'where clause' Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /hard/hosting4/gline/www/inc/board_function.php on line 3989
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /hard/hosting4/gline/www/inc/board_function.php on line 4090
|