Changes between Version 2 and Version 3 of WikiStart/Scenario/deposit
- Timestamp:
- 03/31/25 11:51:59 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Scenario/deposit
v2 v3 1 1 == Депозит 2 2 1. Во панелот, има копче Deposit. Се кликнува копчето и се внесува сума. Таа сума се додава на салдото. 3 4 {{{ 5 update account set balance=?,email=?,password=?,username=? where id=? 6 }}} 7 8 {{{ 9 insert into transaction (account_id,amount,currency,timestamp,type) 10 values (?,?,?,?,?) 11 }}} 3 12