jamiejackson

Untitled

Jun 28th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.23 KB | None | 0 0
  1. INSERT INTO
  2.     iec_tbl_part5_ai_short ( member_id, anticipated_income_type_id, description, amount )
  3. VALUES
  4.     ( 25, 1, 'w23', 234.00 )
  5. WHERE EXISTS
  6.     ( SELECT * FROM iec_tbl_member WHERE household_id = 12 AND member_id = 25 )
Advertisement
Add Comment
Please, Sign In to add comment