ユーザー登録後ログインするといろいろな機能がつかえるようになります。 トップ  ログイン  ユーザー登録 
SQL構文にエラーがあります。: Select st.stock_cd, st.stock_name, um.user_id, ifnull(um.user_hnm,st.edit_user) user_hnm, cast(st.insdate as date) insd From stock_tbl st left outer join user_mst um on st.edit_user = um.user_id Where st.log_no = 0 and datediff(now(),st.upddate) <= 20 Order By st.insdate desc LIMIT 0, 20 ::Access denied for user 'kuippa'@'localhost' (using password: YES)