mytabworks
Results
2
comments of
mytabworks
not working on android
I am trying to achieve to insert the `fund.current_balance` to the `fund_log.previous_balance` using select query like the SQL below: ``` INSERT INTO Table1 (col1, col2, your_desired_value_from_select_clause, col3) VALUES ( 'col1_value',...