🖊️
JUN_API
  • Description
  • API
    • IGDB API
    • Kakao postcode API
    • Toss payment API
    • Kakao login API
    • Naver login API
    • Google login API
  • Query
    • User Page
    • Main Page
    • Payment_Select Page
    • Project Details Page
    • Notice Page
  • Event
    • e_limit_days
  • Stored Procedure
    • up_payment_insert
    • up_signUp_Insert
    • up_signUp_delete
Powered by GitBook
On this page

Was this helpful?

  1. Stored Procedure

up_signUp_delete

MySQL Stored Procedure Code

Description

tbl_user의 delete 에 대한 SP f_div Column Set Value = 'N'

Param

  • OUT : px_Success

    • SP 성공여부

  • OUT : px_Message

    • 오류메세지

  • IN : p_id

    • user ID

px_Message

  • 등록하거나 후원한 프로젝트가 있으면 오류값이 px_Message에 들어감

  • 성공 하면 f_div SET 'N'

Test Code

call up_signUp_delete(@v_success, @v_Message,1);
Previousup_signUp_Insert

Last updated 4 years ago

Was this helpful?