Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSERT INTO
- iec_tbl_part5_ai_short ( member_id, anticipated_income_type_id, description, amount )
- VALUES
- ( 25, 1, 'w23', 234.00 )
- WHERE EXISTS
- ( SELECT * FROM iec_tbl_member WHERE household_id = 12 AND member_id = 25 )
Advertisement
Add Comment
Please, Sign In to add comment