Changes between Version 2 and Version 3 of WikiStart/Scenario/deposit


Ignore:
Timestamp:
03/31/25 11:51:59 (2 months ago)
Author:
203206
Comment:

db3

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/Scenario/deposit

    v2 v3  
    11== Депозит
    221. Во панелот, има копче Deposit. Се кликнува копчето и се внесува сума. Таа сума се додава на салдото.
     3
     4{{{
     5update account set balance=?,email=?,password=?,username=? where id=?
     6}}}
     7
     8{{{
     9insert into transaction (account_id,amount,currency,timestamp,type)
     10values (?,?,?,?,?)
     11}}}
    312